Przeglądaj źródła

cleanup release dockerfile

Natan 1 rok temu
rodzic
commit
5cf89b7d39
1 zmienionych plików z 2 dodań i 2 usunięć
  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