This commit is contained in:
nemunaire 2022-10-15 14:27:26 +02:00
commit 764ac78063
4 changed files with 126 additions and 0 deletions

9
Dockerfile-norebuild Normal file
View file

@ -0,0 +1,9 @@
FROM alpine:3.16
VOLUME /data
WORKDIR /data
EXPOSE 8080
CMD ["/srv/reveil"]
COPY reveil /srv/reveil