소스 검색

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