build: update just file

This commit is contained in:
Matthieu Bessat 2024-08-02 19:40:14 +02:00
parent b79d989f78
commit c179223649
3 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,6 @@ COPY --from=builder /usr/src/autotasker/migrations/all.sql /usr/local/src/autota
COPY --from=builder /usr/src/autotasker/init_db.sh /usr/local/bin/autotasker_init_db.sh
COPY --from=builder /usr/src/autotasker/assets /usr/local/lib/autotasker/assets
USER 1000
ENV RUST_LOG=info
ENV RUST_BACKTRACE=1