Files
fedora-runner-image/Dockerfile
Lukas Greve 6a01a4a407
Some checks failed
Build and Push Docker Image / build (push) Failing after 13s
Update Dockerfile
Testing out workflow
2025-11-12 20:11:05 +00:00

6 lines
65 B
Docker

FROM fedora:latest
# Set working directory
WORKDIR /app
CMD env