Skip to content

Instantly share code, notes, and snippets.

@iamvickyav
Created March 5, 2020 13:50
Show Gist options
  • Save iamvickyav/8e4c639d76ceffdf55d5a7a3912d832f to your computer and use it in GitHub Desktop.
Save iamvickyav/8e4c639d76ceffdf55d5a7a3912d832f to your computer and use it in GitHub Desktop.
docker-compose.yml for building DockerFile in current path
version: '3'
services:
app:
build: .
image: test-img
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment