docker-playground-1/Dockerfile
2024-08-18 17:02:22 +02:00

7 lines
107 B
Docker

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