Make service configs

This commit is contained in:
Ivan Vazhenin
2024-02-18 18:40:23 +03:00
parent 0a9c887b7e
commit 0910a2b780
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ RUN cd deps/pygost-5.12/ && \
ENV LD_LIBRARY_PATH "/app"
ENV PYTHONPATH "${PYTHONPATH}:/app"
EXPOSE 9000
EXPOSE 80
EXPOSE 8000
CMD ["python3", "main.py"]