FROM alpine:3.16

VOLUME /data
WORKDIR /data

EXPOSE 8080
CMD ["/srv/reveil"]

COPY reveil /srv/reveil
