File structure

This commit is contained in:
Maurice 2022-11-03 15:20:56 +01:00
parent 6823c84e5f
commit 42cb515813
4 changed files with 2 additions and 2 deletions

3
.gitignore vendored

@ -1,2 +1,3 @@
/target /target
/data /data
pastabble.tar

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