Browse Source

fixed docker release build

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

+ 2 - 1
release.dockerfile

@@ -7,8 +7,9 @@ RUN python -m pip install nicegui==$VERSION
 
 WORKDIR /app
 
-COPY main.py reference.py README.md ./ 
+COPY main.py README.md ./ 
 ADD examples ./examples
+ADD website ./website
 
 EXPOSE 8080