Do CI/CD
This commit is contained in:
parent
0f9af99b94
commit
764ac78063
4 changed files with 126 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ RUN go get -v && go generate -v && go build -v -ldflags="-s -w"
|
|||
|
||||
FROM alpine:3.16
|
||||
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/srv/reveil"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue