build: include missing resources (translates)
This commit is contained in:
parent
705acfd575
commit
f915b957b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user