浏览代码

fixed docker release build

Rodja Trappe 2 年之前
父节点
当前提交
958c4ab4d3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      release.dockerfile

+ 2 - 1
release.dockerfile

@@ -7,8 +7,9 @@ RUN python -m pip install nicegui==$VERSION
 
 WORKDIR /app
 
-COPY main.py reference.py README.md ./ 
+COPY main.py README.md ./ 
 ADD examples ./examples
+ADD website ./website
 
 EXPOSE 8080