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