Skip to content

Commit

Permalink
1,426th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Apr 13, 2024
1 parent 4d844cc commit ced4a70
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM mcr.microsoft.com/playwright:v1.42.0-jammy
FROM mcr.microsoft.com/playwright:v1.43.0-jammy

ENV HOME=/vue-starter

WORKDIR ${HOME}
ADD . $HOME
WORKDIR /usr/src/app
ADD . .

RUN npm install -g pnpm
RUN pnpm install

0 comments on commit ced4a70

Please sign in to comment.