Skip to content

Commit

Permalink
#207 Backend Frontend separation
Browse files Browse the repository at this point in the history
- fixing Dockerfile.frontend
  • Loading branch information
MaximilianZenz committed Jan 10, 2024
1 parent da0ea6d commit d6e0253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=bind,src=./docker/frontend-mem-nag.sh,target=/frontend-mem-nag.

RUN --mount=type=bind,src=./package-lock.json,target=./package-lock.json,readonly \
--mount=type=bind,src=./package.json,target=./package.json,readonly \
npm ci --omit=optional --ignore-scripts && \
npm ci --omit=optional && \
npm cache clean --force

###
Expand Down

0 comments on commit d6e0253

Please sign in to comment.