Update Dockerfile

This commit is contained in:
Stefano Assenzo 2023-03-06 17:20:26 +01:00 committed by GitHub
parent 5e3cf25cda
commit f3513ac50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ COPY . .
RUN pip install -r requirements.txt
CMD [ "python", "./main.py" ]
CMD [ "python", "./main.py" ]
EXPOSE 8080/tcp