Skip to content

Commit 1ed173f

Browse files
committed
chore: update deprecated browserslist command
1 parent 5c7aa6a commit 1ed173f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN mkdir /usr/src/qcext-server/src
5656
COPY src/client /usr/src/qcext-server/src/client
5757
COPY src/index.js /usr/src/qcext-server/src
5858

59-
RUN npx browserslist@latest --update-db
59+
RUN npx update-browserslist-db@latest
6060

6161
COPY public /usr/src/qcext-server/public
6262
RUN npm run build

0 commit comments

Comments
 (0)