Skip to content

Instantly share code, notes, and snippets.

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

  • Save SaurabhLpRocks/3d0c6eb0883db6ee926c418255c87363 to your computer and use it in GitHub Desktop.

Select an option

Save SaurabhLpRocks/3d0c6eb0883db6ee926c418255c87363 to your computer and use it in GitHub Desktop.
version: "3.4"
services:
core.api.service:
image: core.api.prod.image
container_name: core.api.prod.container
build:
context: .
dockerfile: .docker/production.dockerfile
ports:
- 5010:80
environment:
- ASPNETCORE_ENVIRONMENT=Production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment