Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 23, 2024
1 parent 2c96fd4 commit 47ceb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ COPY package.json package-lock.json ./

# Copy all files from current directory to working dir in image
# install node modules and build assets
RUN npm install
RUN npm install --legacy-peer-deps

RUN npm install @parcel/watcher
RUN npm install @parcel/watcher --legacy-peer-deps

COPY . .

Expand Down

0 comments on commit 47ceb30

Please sign in to comment.