Skip to content

Commit

Permalink
Remove a vulnerability notice in an unmaintained dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Nov 19, 2024
1 parent 9bfaa31 commit 8431608
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 3,988 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ COPY assets/ assets/
COPY --from=build-intlc /app/assets/locales/ assets/locales/
COPY --from=build-intlc /app/src/locales/ src/locales/

RUN npx run-s build:assets build:app
RUN npm run build:assets && npm run build:app

#
# Stage: Integration test environment
Expand Down
Loading

0 comments on commit 8431608

Please sign in to comment.