Skip to content

Commit

Permalink
chore: fixing FE security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 19, 2024
1 parent d913221 commit 6f6c328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:alpine3.16 AS build

WORKDIR /app
COPY . .
RUN npm ci --ignore-scripts && npm install @esbuild/linux-x64 --no-save && npm run build
RUN npm ci --ignore-scripts && npm install @esbuild/linux-x64 --no-save --ignore-scripts && npm run build

# Caddy
FROM caddy:2.8.4-alpine
Expand Down

0 comments on commit 6f6c328

Please sign in to comment.