Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Spanos committed Jul 25, 2024
1 parent b04cf6c commit df98b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM mobyit/puppeteer-chrome-linux:stable

ENV URL http://ui
RUN npm i -g pnpm@8.6.0
RUN npm i -g pnpm@9.0.4

COPY package.json pnpm-lock.yaml ./

Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pnpm install --frozen-lockfile

COPY . ./

RUN pnpm build -- --mode $MODE
RUN pnpm build --mode $MODE

FROM nginx:1.23-alpine

Expand Down

0 comments on commit df98b2b

Please sign in to comment.