Skip to content

Commit

Permalink
🔧 fix issue in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Sep 25, 2023
1 parent 74a1a70 commit cb054a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batcher-ui/Dockerfile.ghostnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ./package.json ./

RUN npm install

COPY ./tsconfig.json ./jsconfig.json ./
COPY ./tsconfig.json ./tsconfig.json ./
COPY ./pages ./pages
COPY ./src ./src
COPY ./styles ./styles
Expand Down
2 changes: 1 addition & 1 deletion batcher-ui/Dockerfile.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ./package.json ./

RUN npm install

COPY ./tsconfig.json ./jsconfig.json ./
COPY ./tsconfig.json ./tsconfig.json ./
COPY ./pages ./pages
COPY ./styles ./styles
COPY ./src ./src
Expand Down

0 comments on commit cb054a0

Please sign in to comment.