update,
This commit is contained in:
7
tunmnlu/task_1/Q1/docker-compose.yml
Normal file
7
tunmnlu/task_1/Q1/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
test:
|
||||
image: python:3.7-bullseye
|
||||
volumes:
|
||||
- .:/src
|
||||
working_dir: /src
|
||||
command: sleep infinity
|
Reference in New Issue
Block a user