Browse Source

forgot to provide extracted file in docker image

Rodja Trappe 2 years ago
parent
commit
0a85953436
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -4,7 +4,7 @@ RUN python -m pip install nicegui
 
 WORKDIR /app
 
-COPY main.py traffic_tracking.py README.md ./ 
+COPY main.py traffic_tracking.py api_docs_and_examples.py README.md ./ 
 
 EXPOSE 80