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