Created
August 30, 2016 01:58
-
-
Save waldemarnt/b59b2a87a13d4a454bcc066a07e85b0f to your computer and use it in GitHub Desktop.
docker compose to be used in production
This file contains hidden or 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
version: '2' | |
services: | |
library: | |
build: . | |
environment: | |
NODE_ENV: production | |
ports: | |
- '3000:3000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment