modified: .gitignore

modified:   src/Dockerfile
This commit is contained in:
TC
2023-11-08 23:08:25 +01:00
parent 9f3313f1e7
commit 75e3ae4bfc
3 changed files with 98 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ COPY main.py /
COPY api.py /
COPY moj_licznik.py /
COPY log_config.py /
COPY database_empty.sqlite /database.sqlite
RUN chmod a+x /run.sh
RUN pip install -r requirements.txt