File structure
This commit is contained in:
1
.gitignore
vendored
1
.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
|
||||||
|
Reference in New Issue
Block a user