Updating dockerfile

This commit is contained in:
2026-08-05 18:07:15 -04:00
parent 77ec72dff4
commit d214ed106a
-4
View File
@@ -30,10 +30,6 @@ RUN --mount=type=ssh mkdir src && \
COPY src ./src
COPY .env ./.env
COPY migrations ./migrations
COPY scripts/init-garage.sh /scripts/init-garage.sh
# Make it executable
RUN chmod +x /scripts/init-garage.sh
RUN --mount=type=ssh \
cargo build --release --quiet