Ver Fonte

cleanup release dockerfile

Natan há 1 ano atrás
pai
commit
5cf89b7d39
1 ficheiros alterados com 2 adições e 2 exclusões
  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
 WORKDIR /app
 
 
 COPY main.py README.md prometheus.py ./ 
 COPY main.py README.md prometheus.py ./ 
-ADD examples ./examples
-ADD website ./website
+COPY examples ./examples
+COPY website ./website
 
 
 EXPOSE 8080
 EXPOSE 8080