Added services, updated build script

This commit is contained in:
2022-11-03 14:50:07 +01:00
parent 2e2e1b018e
commit 6823c84e5f
4 changed files with 23 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
FROM alpine:edge
WORKDIR /app
VOLUME [ "/data" ]
COPY ./target/x86_64-unknown-linux-musl/release/ /app
COPY ./about.html /app/about.html