From 7870658c82cec7c32599f0ea9bad795aa69b02a3 Mon Sep 17 00:00:00 2001 From: kio Date: Thu, 13 Feb 2025 19:06:58 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45c5115..f4e294b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY ./target/release/fedirect . FROM scratch COPY --from=build /FeDirect/known-software.json /FeDirect/target/release/fedirect / -COPY --from=build /FeDirect/static/ / +COPY --from=build /FeDirect/static/ /static ENV ROCKET_ADDRESS=0.0.0.0 WORKDIR / CMD ["/fedirect"] \ No newline at end of file