docker image
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14-slim
|
FROM python:3.14-rc-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY hello.py .
|
COPY hello.py .
|
||||||
RUN chmod +x hello.py
|
RUN chmod +x hello.py
|
||||||
|
|||||||
Reference in New Issue
Block a user