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