diff --git a/Dockerfile b/Dockerfile index df74c20..b3faaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ COPY ui ./ RUN --mount=type=cache,id=ui,target=/root/.yarn \ set -ex; \ \ - yarn dlx update-browserslist-db@latest; \ yarn build --outDir /opt/advent22/ui; \ # exclude webpack-bundle-analyzer output rm -f /opt/advent22/ui/stats.html; diff --git a/ui/.devcontainer/devcontainer.json b/ui/.devcontainer/devcontainer.json index 737d8c2..5eeb4c6 100644 --- a/ui/.devcontainer/devcontainer.json +++ b/ui/.devcontainer/devcontainer.json @@ -44,7 +44,7 @@ // "postCreateCommand": "yarn install", // Use 'postStartCommand' to run commands after the container is started. - "postStartCommand": "yarn dlx update-browserslist-db@latest && yarn install" + "postStartCommand": "yarn install" // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],