Bump to 0.1.7-test

This commit is contained in:
Fred Boniface
2023-02-13 20:45:05 +00:00
parent 0afcbb4633
commit f3b7ffb3a1
3 changed files with 12 additions and 10 deletions

View File

@@ -2,4 +2,4 @@ FROM python:3.11-alpine
COPY ./requirements.txt /app/requirements.txt
RUN [ "pip", "install", "-r", "/app/requirements.txt" ]
COPY ./src /app/src
ENTRYPOINT [ "python", "/app/src/test.py" ]
CMD [ "python", "/app/src/main.py" ]