use static linking in Dockerfile; add docker-compose.yml
This commit is contained in:
parent
793c2476af
commit
dc6f9b5ec6
2 changed files with 15 additions and 5 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '3'
|
||||
services:
|
||||
bin:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
Loading…
Add table
Add a link
Reference in a new issue