build: include missing resources (translates)

This commit is contained in:
Ondrej Vlach 2023-12-09 13:08:36 +01:00
parent 705acfd575
commit f915b957b9
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70

View File

@ -13,7 +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/ 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