Skip to content

Instantly share code, notes, and snippets.

@AdnanCukur
Created November 20, 2017 20:17
Show Gist options
  • Save AdnanCukur/32ea4fc37c01e6559a2c740640a8b272 to your computer and use it in GitHub Desktop.
Save AdnanCukur/32ea4fc37c01e6559a2c740640a8b272 to your computer and use it in GitHub Desktop.
version: '3'
services:
webapp:
image: webapplication
environment:
- ASPNETCORE_ENVIRONMENT=Development
build:
context: .
dockerfile: Dockerfile
ports:
- 5000:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment