Skip to content

Commit

Permalink
Fix docker verify stage
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 29, 2024
1 parent f398f5c commit fe7397c
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 @@ FROM base AS verify
WORKDIR /app
COPY --from=install_dependencies /app /app
COPY src src
COPY *.json .
COPY .prettierrc.json eslint.config.js index.html tsconfig.json ./
COPY *.ts .
RUN npm run verify

Expand Down

0 comments on commit fe7397c

Please sign in to comment.