Skip to content

Commit

Permalink
Add eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Nov 21, 2024
1 parent dea191c commit c06ebba
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 436 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ USER root

WORKDIR /usr/share/builder

COPY package.json package-lock.json tsconfig.json next.config.ts .eslintrc.json ./
COPY package.json package-lock.json tsconfig.json next.config.ts .eslintrc.json prettier.config.js proxy.mjs ./
COPY src ./src
COPY public ./public
COPY packages/common ./packages/common
COPY packages ./packages

RUN npm i
RUN npm run build
Expand Down
Loading

0 comments on commit c06ebba

Please sign in to comment.