diff --git a/docker/Dockerfile.frontend b/docker/Dockerfile.frontend index a158cb6..ae4cab4 100644 --- a/docker/Dockerfile.frontend +++ b/docker/Dockerfile.frontend @@ -8,6 +8,7 @@ WORKDIR /app COPY package.json package-lock.json ./ RUN npm install COPY . . +RUN npx browserslist@latest --update-db RUN npm run build # production stage diff --git a/frontend/package.json b/frontend/package.json index 01507e6..d72cefd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,6 +15,7 @@ "devDependencies": { "@vue/cli-service": "~5.0.0", "nodemon": "^2.0.19", - "vue-cli-plugin-vuestic-ui": "~1.0.8" + "vue-cli-plugin-vuestic-ui": "~1.0.8", + "@babel/core": "^7.0.0" } -} +} \ No newline at end of file