Bowling/Dockerfile
2025-03-17 10:53:26 +01:00

8 lines
73 B
Docker

FROM gcc:latest
WORKDIR /app
COPY bin/Bowling /app/
CMD ["./Bowling"]