forked from Maurice/pastabble
File structure
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/target
|
||||
/data
|
||||
/data
|
||||
pastabble.tar
|
@@ -1,6 +1,5 @@
|
||||
FROM alpine:edge
|
||||
WORKDIR /app
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
COPY ./target/x86_64-unknown-linux-musl/release/ /app
|
||||
COPY ./about.html /app/about.html
|
||||
|
Reference in New Issue
Block a user