Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-decap' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 12, 2024
2 parents 81b563e + b5137cc commit 81d8154
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,11 +35,6 @@ 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 @@ -119,6 +114,11 @@ RUN npm install -g [email protected]

COPY --from=builder /tmp/.deploy/publisher /app

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

CMD pnpm publisher

# ====================================================================================================
Expand Down

0 comments on commit 81d8154

Please sign in to comment.