Files
chocopiesmp/mcxboxbroadcast/Dockerfile
T
eldar ed3e4150f1
Verify configuration / verify-healthy (push) Has been cancelled
Update mcxboxbroadcast/Dockerfile
2026-06-01 22:57:01 +02:00

11 lines
172 B
Docker

# Use a base image with Java installed
FROM amazoncorretto:17.0.19-al2023-headless
WORKDIR /app
COPY start.sh .
RUN chmod +x /app/start.sh
ENTRYPOINT ["/app/start.sh"]