From e6032a2039e21905b204a36f7ff4af50c2bda27a Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sat, 9 Dec 2023 00:30:34 +0100 Subject: [PATCH] fix: attach resources --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 88abddc..dd9a77d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ COPY --from=builder /data/target/release/${PACKAGE_NAME} /bin RUN mkdir /rund COPY Rocket.toml /rund COPY templates/* /rund/templates/ +COPY resources/* /rund/resources/ WORKDIR /rund EXPOSE 8000 ENV ROCKET_ADDRESS=0.0.0.0