test
parent
93a1476e64
commit
49296a8546
|
|
@ -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", "main.py"]
|
||||
CMD ["python", "test.py"]
|
||||
Loading…
Reference in New Issue