Skip to content

Instantly share code, notes, and snippets.

@timogoosen
Created March 14, 2019 12:06
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 timogoosen/07878253d276b76e2431969192136ac9 to your computer and use it in GitHub Desktop.
Save timogoosen/07878253d276b76e2431969192136ac9 to your computer and use it in GitHub Desktop.
version: '3.6'
services:
app:
build:
context: .
dockerfile: deployment/dockerfile-with-non-standard-name # This points to the dockerfile if the name isnt "Dockerfile"
args:
- VERSION=1.0.0
environment:
- RAILS_ENV=uat
volumes:
- $HOME/Desktop/code/rest_api:/var/app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment