Skip to content

Instantly share code, notes, and snippets.

@SaurabhLpRocks
Created September 15, 2019 14:49
Show Gist options
  • Select an option

  • Save SaurabhLpRocks/31cfc67234fbd0b29ca5f9b7233b1103 to your computer and use it in GitHub Desktop.

Select an option

Save SaurabhLpRocks/31cfc67234fbd0b29ca5f9b7233b1103 to your computer and use it in GitHub Desktop.
version: "3.4"
services:
ng-app-service:
image: ng.app.prod.image
container_name: ng.app.prod.container
build:
context: .
dockerfile: .docker/production.dockerfile
environment:
NODE_ENV: production
ports:
- 80:80
command: [nginx, "-g", "daemon off;"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment