浏览代码

adding examples to docker image

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

+ 1 - 0
release.dockerfile

@@ -5,6 +5,7 @@ RUN python -m pip install nicegui
 WORKDIR /app
 
 COPY main.py traffic_tracking.py api_docs_and_examples.py README.md ./ 
+ADD examples ./examples
 
 EXPOSE 80