Getting somewhere. Object Storage is initialized but not initializing hangs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user