External storage was added

This commit is contained in:
2023-04-18 16:47:21 +02:00
parent 2e615a2f69
commit e9ed4206db
4 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ RUN pip install websockets
WORKDIR /beerlog-srv
COPY beerlog-srv.py .
COPY storage.py .
COPY users.obj .
ARG BEERLOG_PORT
ENV BEERLOG_PORT $BEERLOG_PORT