diff --git a/Dockerfile b/Dockerfile index 1bdd21b..524c92e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . + EXPOSE 5555 CMD ["python", "run.py"] \ No newline at end of file