Parcourir la source

fixed docker release build

Rodja Trappe il y a 2 ans
Parent
commit
958c4ab4d3
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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