Initial commit
This commit is contained in:
7
backend/dev-docker/Dockerfile
Normal file
7
backend/dev-docker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.8-buster
|
||||
RUN mkdir -p /app/dev
|
||||
COPY sleep.py /
|
||||
CMD [ "python", "/sleep.py" ]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user