Skip to content

Commit

Permalink
ar(feat) [DPTM-8] Dockerize and GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 24, 2024
1 parent b09becd commit c41ba03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ FROM base AS deps
WORKDIR /app

# Install dependencies based on the preferred package manager
COPY prisma/* ./prisma
RUN mkdir -p ./prisma
COPY prisma/schema-* ./prisma
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
RUN \
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
Expand Down

0 comments on commit c41ba03

Please sign in to comment.