Created
April 17, 2018 21:30
-
-
Save Juice10/36562ac634dcad5c1f512870da62efac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
# name of our dockerized action | |
action: | |
# current directory is where our projects root | |
build: . | |
# docker hub account repo | |
# IMPORTANT: rename this to your docker hub username/project-name | |
image: juice10/openwhisk-ruby # rename me! | |
# expose ports | |
ports: | |
- "8080:8080" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment