Sfoglia il codice sorgente

cleanup release dockerfile

Natan 1 anno fa
parent
commit
5cf89b7d39
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      release.dockerfile

+ 2 - 2
release.dockerfile

@@ -8,8 +8,8 @@ RUN python -m pip install nicegui==$VERSION itsdangerous isort docutils requests
 WORKDIR /app
 
 COPY main.py README.md prometheus.py ./ 
-ADD examples ./examples
-ADD website ./website
+COPY examples ./examples
+COPY website ./website
 
 EXPOSE 8080