Explorar el Código

fixed docker release build

Rodja Trappe hace 2 años
padre
commit
958c4ab4d3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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