Skip to content

Commit

Permalink
security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Aug 3, 2023
1 parent f68bdd2 commit 08ac0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV NEXT_TELEMETRY_DISABLED 1

# build
COPY . .
RUN yarn install --frozen-lockfile --production
RUN yarn install --frozen-lockfile --production --ignore-scripts
RUN yarn build

# Production image, copy all the files and run next
Expand Down

0 comments on commit 08ac0ba

Please sign in to comment.