run main
parent
50614471e8
commit
a8d6837c01
|
|
@ -27,4 +27,4 @@ COPY ./app /code/app
|
|||
RUN python3.11 -m pip install --upgrade pip
|
||||
RUN echo Y | python3.11 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
|
||||
CMD ["python", "test.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Loading…
Reference in New Issue