Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-001 committed Jul 22, 2024
1 parent 1d7535b commit c6fa9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/docker-image.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RUN corepack enable
COPY . /app
WORKDIR /app

# Add the .env file
COPY .env /app/.env

FROM base AS prod-deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod

Expand Down

0 comments on commit c6fa9b0

Please sign in to comment.