Update
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM python:3-slim
|
||||
COPY server.py /server.py
|
||||
COPY start.sh /start.sh
|
||||
EXPOSE 80
|
||||
CMD ["python3", "/server.py"]
|
||||
CMD ["/bin/sh", "/start.sh"]
|
Reference in New Issue
Block a user