chore: add EXPOSE in Dockerfile

This commit is contained in:
Romaric Philogène
2021-08-23 22:45:07 +02:00
parent 7b4b578010
commit c78f9fbe22

View File

@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["python", "run.py"]
EXPOSE 5555
CMD ["python", "run.py"]