From f915b957b9a9345d1156d4577a6949c337d454ec Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sat, 9 Dec 2023 13:08:36 +0100 Subject: [PATCH] build: include missing resources (translates) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df06266..41f178b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +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/ +COPY resources /rund/resources/ WORKDIR /rund EXPOSE 8000 ENV ROCKET_ADDRESS=0.0.0.0