فهرست منبع

cleanup release dockerfile

Natan 1 سال پیش
والد
کامیت
5cf89b7d39
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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