Skip to content

Commit

Permalink
Update browserslist and npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jul 9, 2023
1 parent 3f6c056 commit 845e9fe
Show file tree
Hide file tree
Showing 3 changed files with 13,183 additions and 13,146 deletions.
2 changes: 1 addition & 1 deletion components/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL description="Quality-time frontend"

WORKDIR /work
COPY . /work
RUN npm install -g npm@9.7.2 && \
RUN npm install -g npm@9.8.0 && \
npm install && \
npm install -g serve@14.2.0 && \
npm run build
Expand Down
Loading

0 comments on commit 845e9fe

Please sign in to comment.