Updating dockerfile
This commit is contained in:
@@ -30,10 +30,6 @@ RUN --mount=type=ssh mkdir src && \
|
|||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY .env ./.env
|
COPY .env ./.env
|
||||||
COPY migrations ./migrations
|
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 \
|
RUN --mount=type=ssh \
|
||||||
cargo build --release --quiet
|
cargo build --release --quiet
|
||||||
|
|||||||
Reference in New Issue
Block a user