Created
November 20, 2017 20:17
-
-
Save AdnanCukur/32ea4fc37c01e6559a2c740640a8b272 to your computer and use it in GitHub Desktop.
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: '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