Skip to content

Commit

Permalink
fix: remove dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr committed Jun 21, 2024
1 parent 1176465 commit c432429
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ RUN --mount=type=bind,source=package.json,target=package.json \
# Create a stage for building the application.
FROM deps as build

# Download additional development dependencies before building, as some projects require
# "devDependencies" to be installed to build. If you don't need this, remove this step.
RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
--mount=type=cache,target=/root/.local/share/pnpm/store \
pnpm install --frozen-lockfile

# Copy the rest of the source files into the image.
COPY . .
# Run the build script.
Expand Down

0 comments on commit c432429

Please sign in to comment.