This commit is contained in:
2023-12-03 10:47:35 -08:00
parent 9e288c8002
commit 68dfe604fd
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ RUN rm -rf receipt-manager-webapp
WORKDIR /app/src
EXPOSE 8721
EXPOSE 5558
# command to run on container start
CMD [ "python", "-u", "./__init__.py" ]