diff --git a/dockerfile b/dockerfile index 272b05a..1bfb017 100644 --- a/dockerfile +++ b/dockerfile @@ -15,4 +15,6 @@ 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"] \ No newline at end of file