forked from Maurice/pastabble
File structure
This commit is contained in:
parent
6823c84e5f
commit
42cb515813
3
.gitignore
vendored
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user