Skip to content

Instantly share code, notes, and snippets.

@waldemarnt
Created August 30, 2016 01:58
Show Gist options
  • Save waldemarnt/b59b2a87a13d4a454bcc066a07e85b0f to your computer and use it in GitHub Desktop.
Save waldemarnt/b59b2a87a13d4a454bcc066a07e85b0f to your computer and use it in GitHub Desktop.
docker compose to be used in production
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