Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 11, 2024
1 parent 6acfe1e commit 8428071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile-blockscout
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM node:20
FROM node:20.10.0

WORKDIR /app

COPY . .
COPY package.json yarn.lock .
RUN yarn install

COPY . .

RUN yarn run build:libs
RUN yarn run build
RUN yarn run build:production

CMD ["yarn", "run", "serve:production"]

0 comments on commit 8428071

Please sign in to comment.