nya
This commit is contained in:
parent
3b3c9a9417
commit
8e1b388a9e
175 changed files with 1878 additions and 1 deletions
12
check_system/Dockerfile
Executable file
12
check_system/Dockerfile
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
FROM python:3.7.14-slim
|
||||
ADD src VERSION /dist/
|
||||
WORKDIR /dist
|
||||
|
||||
# setup the services
|
||||
RUN pip install --requirement aesthetic/requirements.txt
|
||||
RUN pip install --requirement editor/requirements.txt
|
||||
RUN pip install --requirement jinnice/requirements.txt
|
||||
RUN pip install --requirement myblog/requirements.txt
|
||||
|
||||
# start game simulation
|
||||
CMD ["python", "-u", "main.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue