Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Feb 18, 2025
1 parent ed93fcf commit 0e66e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY src src
COPY docs docs
COPY tsconfig.json ./

RUN npm run build &&\
RUN npm run build:docs &&\
npm run test

FROM node:lts-alpine3.21
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vue-scoped-css": "^2.8.0",
"eslint-plugin-vuejs-accessibility": "^2.3.1",
"eslint-plugin-vuetify": "^2.5.1",
Expand Down

0 comments on commit 0e66e54

Please sign in to comment.