This commit is contained in:
Robin Appelman 2026-02-08 20:04:13 +01:00
commit 7640ec5a79
3 changed files with 0 additions and 20 deletions

View file

@ -1,6 +0,0 @@
target
.git
.idea
Dockerfile
.dockerignore
.env

2
.env
View file

@ -1,2 +0,0 @@
DEMOSTF_KEY=aJBXYwG8AdWcsrgVgeGG4IMRdxgtcezIa27WH9S9YujmW
DEMOS_ROOT=/

View file

@ -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"]