FROM alpine:3.21

VOLUME /data
WORKDIR /data

EXPOSE 8080
CMD ["/srv/reveil"]

COPY reveil /srv/reveil
