Create uploads if does not exists

This commit is contained in:
2024-12-08 13:29:58 +01:00
parent 7f45db9463
commit a767d70354
2 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,4 @@ COPY --from=builder /usr/src/assets/static/404.html /usr/app/assets/static/404.h
COPY --from=builder /usr/src/config /usr/app/config
COPY --from=builder /usr/src/target/release/gabrielkaszewski_rs-cli /usr/app/gabrielkaszewski_rs-cli
RUN mkdir -p /usr/app/uploads
ENTRYPOINT ["/usr/app/gabrielkaszewski_rs-cli", "start"]