Move file

This commit is contained in:
MinCheTsai 2022-10-13 21:10:48 +08:00
parent fc5bbc26a4
commit ea05414f62

View File

@ -4,7 +4,7 @@ COPY requirements.txt ./
RUN apt-get update && apt-get install -y cmake RUN apt-get update && apt-get install -y cmake
RUN pip install -r ./requirements.txt RUN pip install -r ./requirements.txt
# COPY app.py ./ COPY app.py ./
CMD ["python", "app.py"] CMD ["python", "app.py"]