Minor fixes

This commit is contained in:
2023-09-26 00:55:02 +03:00
parent 4b1a3e3811
commit 58d365ee19
4 changed files with 19 additions and 18 deletions

View File

@ -1,4 +1,4 @@
FROM arm64v8/python:3-alpine
FROM python:3-alpine
WORKDIR /app
@ -10,4 +10,5 @@ COPY lib.py .
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 5000
CMD ["python", "main.py"]