docker-playground-1/Dockerfile
DrMaxNix f8dcfc9b7c
All checks were successful
Run Unit Tests / run-unit-tests (push) Successful in 6s
⚗️ testing
2024-09-17 13:46:20 +02:00

7 lines
107 B
Docker

FROM alpine:latest
COPY VERSION /VERSION
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]