docker image
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s

This commit is contained in:
Grzegorz Matoga
2025-07-24 18:26:54 +02:00
parent cf9c95038a
commit f9c4384c71

View File

@@ -1,4 +1,4 @@
FROM python:3.14-slim
FROM python:3.14-rc-slim
WORKDIR /app
COPY hello.py .
RUN chmod +x hello.py