Created
January 21, 2019 22:42
-
-
Save Marvinified/9c6a193eeac04a33c95b24c7036590ac 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
#Filename: dev.yml | |
version: '3.5' | |
services: | |
web: | |
command: npm start | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: | |
- 3000:3000 | |
environment: | |
- NODE_ENV=development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment