update
This commit is contained in:
parent
44b13eeece
commit
5a4a07f18b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13-slim
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
CMD ["python", "-u", "test.py"]
|
||||
CMD ["python3", "-u", "test.py"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue