Skip to content

Commit

Permalink
Merge pull request #190 from ConductionNL/fix/XW-122/grouped-select
Browse files Browse the repository at this point in the history
Fix/xw 122/grouped select
  • Loading branch information
lencodes authored Nov 28, 2023
2 parents b5a425c + d4ac3b6 commit 2cb9a80
Show file tree
Hide file tree
Showing 5 changed files with 3,438 additions and 1,276 deletions.
2 changes: 2 additions & 0 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ COPY package.json package-lock.json ./
# install node modules and build assets
RUN npm install

RUN npm install @parcel/watcher

COPY . .

RUN npm run build
Expand Down
Loading

0 comments on commit 2cb9a80

Please sign in to comment.