fix: attach resources

This commit is contained in:
Ondrej Vlach 2023-12-09 00:30:34 +01:00
parent c88b5ba729
commit e6032a2039
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70

View File

@ -13,6 +13,7 @@ COPY --from=builder /data/target/release/${PACKAGE_NAME} /bin
RUN mkdir /rund RUN mkdir /rund
COPY Rocket.toml /rund COPY Rocket.toml /rund
COPY templates/* /rund/templates/ COPY templates/* /rund/templates/
COPY resources/* /rund/resources/
WORKDIR /rund WORKDIR /rund
EXPOSE 8000 EXPOSE 8000
ENV ROCKET_ADDRESS=0.0.0.0 ENV ROCKET_ADDRESS=0.0.0.0