tryinng to fix python
This commit is contained in:
parent
a5badc2ebb
commit
8624b25e76
|
|
@ -14,6 +14,6 @@ RUN pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
ENTRYPOINT [ "python3" ]
|
ENTRYPOINT [ "/usr/bin/python3" ]
|
||||||
|
|
||||||
CMD [ "main.py" ]
|
CMD [ "main.py" ]
|
||||||
Loading…
Reference in New Issue