Explorar el Código

cleanup release dockerfile

Natan hace 1 año
padre
commit
5cf89b7d39
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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