Optimize Docker

This commit is contained in:
2022-09-29 04:41:28 +08:00
parent 09aa73c346
commit 8a5941abe2
5 changed files with 9 additions and 4 deletions
+3
View File
@@ -18,6 +18,9 @@ RUN python3 -m pip install -r AQuery2/requirements.txt
ENV IS_DOCKER_IMAGE=1 CXX=clang++-14
# First run will build cache into image
RUN cd AQuery2 && python3 prompt.py
CMD cd AQuery2 && python3 prompt.py