Skip to content

Instantly share code, notes, and snippets.

@Juice10
Created April 17, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juice10/36562ac634dcad5c1f512870da62efac to your computer and use it in GitHub Desktop.
Save Juice10/36562ac634dcad5c1f512870da62efac to your computer and use it in GitHub Desktop.
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