Move file
This commit is contained in:
parent
fc5bbc26a4
commit
ea05414f62
@ -4,7 +4,7 @@ COPY requirements.txt ./
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
RUN pip install -r ./requirements.txt
|
||||
|
||||
# COPY app.py ./
|
||||
COPY app.py ./
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user