Do CI/CD
This commit is contained in:
parent
0f9af99b94
commit
764ac78063
4 changed files with 126 additions and 0 deletions
9
Dockerfile-norebuild
Normal file
9
Dockerfile-norebuild
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:3.16
|
||||
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/srv/reveil"]
|
||||
|
||||
COPY reveil /srv/reveil
|
||||
Loading…
Add table
Add a link
Reference in a new issue