Getting somewhere. Object Storage is initialized but not initializing hangs

This commit is contained in:
2026-07-23 16:05:21 -04:00
parent 2bfb8c6aee
commit 8fae71b086
3 changed files with 111 additions and 0 deletions
+4
View File
@@ -30,6 +30,10 @@ 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