reveil/Dockerfile-norebuild
Renovate Bot be9123c6b5
Some checks are pending
continuous-integration/drone/push Build is pending
chore(deps): update alpine docker tag to v3.24
2026-06-09 21:25:58 +00:00

9 lines
103 B
Text

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