reveil/Dockerfile-norebuild
Renovate Bot 60ba3727ec
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update alpine docker tag to v3.20
2024-05-22 19:22:45 +00:00

10 lines
103 B
Plaintext

FROM alpine:3.20
VOLUME /data
WORKDIR /data
EXPOSE 8080
CMD ["/srv/reveil"]
COPY reveil /srv/reveil