Routes was moved to self class

This commit is contained in:
2023-04-19 11:32:43 +02:00
parent e9ed4206db
commit 6ef15c5e9d
3 changed files with 92 additions and 64 deletions

View File

@@ -4,6 +4,7 @@ RUN pip install websockets
WORKDIR /beerlog-srv
COPY beerlog-srv.py .
COPY routes.py .
COPY storage.py .
ARG BEERLOG_PORT