Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Jan 23, 2025
1 parent 8b4fdfa commit 9442922
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 @@ -9,7 +9,7 @@ COPY src src
COPY docs docs
COPY tsconfig.json ./

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

FROM node:lts-alpine3.21
Expand Down

0 comments on commit 9442922

Please sign in to comment.