mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
cleanup
This commit is contained in:
parent
6cf28c4504
commit
7640ec5a79
3 changed files with 0 additions and 20 deletions
|
|
@ -1,6 +0,0 @@
|
|||
target
|
||||
.git
|
||||
.idea
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
.env
|
||||
2
.env
2
.env
|
|
@ -1,2 +0,0 @@
|
|||
DEMOSTF_KEY=aJBXYwG8AdWcsrgVgeGG4IMRdxgtcezIa27WH9S9YujmW
|
||||
DEMOS_ROOT=/
|
||||
12
Dockerfile
12
Dockerfile
|
|
@ -1,12 +0,0 @@
|
|||
FROM ekidd/rust-musl-builder AS build
|
||||
|
||||
ADD . ./
|
||||
RUN sudo chown -R rust:rust .
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/cleanup /
|
||||
|
||||
CMD ["/cleanup"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue