Skip to content

Instantly share code, notes, and snippets.

@Marvinified
Created January 21, 2019 22:52
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 Marvinified/b8a1d687fe3b681b66f2a9884a1a5a20 to your computer and use it in GitHub Desktop.
Save Marvinified/b8a1d687fe3b681b66f2a9884a1a5a20 to your computer and use it in GitHub Desktop.
# production.yml
version: '3.5'
services:
web:
build:
context: .
dockerfile: Dockerfile-production
ports:
- 80:80
environment:
- NODE_ENV=production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment