Skip to content

Commit

Permalink
Fix docker build image copying not existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed May 3, 2024
1 parent fd01dd7 commit 9b50858
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 @@ -11,7 +11,7 @@ FROM base AS verify
WORKDIR /app
COPY --from=install_dependencies /app /app
COPY package package
COPY eslint.config.js index.html ./
COPY eslint.config.js .prettierrc.json ./
COPY *.ts .
RUN npm run verify

Expand Down

0 comments on commit 9b50858

Please sign in to comment.