Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLB-429--content-edit-link' into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Leksat committed Sep 4, 2024
2 parents 97dd351 + b4ae282 commit 931f0ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ RUN --mount=type=cache,target=/tmp/cache composer install --no-dev

WORKDIR /app

# Decap config.
ENV VITE_DECAP_REPO='AmazeeLabs/silverback-template'
ARG LAGOON_GIT_BRANCH
ENV VITE_DECAP_BRANCH="$LAGOON_GIT_BRANCH"

# Copy the all package sources, install and prepare them.
COPY . /app
RUN --mount=type=cache,target=/tmp/cache pnpm i && \
Expand Down Expand Up @@ -143,9 +148,4 @@ COPY --from=builder /tmp/.deploy/website /app

RUN mkdir -p /home/.cache/deno/gen && chmod -R 777 /home/.cache/deno

# Decap config.
ENV VITE_DECAP_REPO='AmazeeLabs/silverback-template'
ARG LAGOON_GIT_BRANCH
ENV VITE_DECAP_BRANCH="$LAGOON_GIT_BRANCH"

CMD pnpm publisher

0 comments on commit 931f0ae

Please sign in to comment.