Skip to content

Commit

Permalink
dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 30, 2024
1 parent 7840e45 commit 87380ea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ WORKDIR /app

COPY package.json package-lock.json ./

RUN npm install @parcel/watcher

RUN npm install sass

RUN npm install style-dictionary

# Copy all files from current directory to working dir in image
# install node modules and build assets
RUN npm i sass

RUN npm i style-dictionary

RUN npm install

RUN npm install @parcel/watcher

COPY . .

Expand Down

0 comments on commit 87380ea

Please sign in to comment.