Добавлен ssl сертификат

This commit is contained in:
2023-12-04 17:52:55 +03:00
parent 2a4d14bd65
commit 550a7516bb
3 changed files with 13 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ COPY beerlog-srv.py .
COPY routes.py .
COPY storage.py .
ARG BEERLOG_PORT
ARG BEERLOG_PORT BEERLOG_HOST
ENV BEERLOG_PORT $BEERLOG_PORT
EXPOSE $BEERLOG_PORT
CMD ["python", "./beerlog-srv.py"]