Created
January 21, 2019 22:52
-
-
Save Marvinified/b8a1d687fe3b681b66f2a9884a1a5a20 to your computer and use it in GitHub Desktop.
This file contains 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
# 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