diff --git a/Dockerfile b/Dockerfile index 2371b219..12352b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN npm install -s RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build RUN rm -rf /app/build/static/js/*.map FROM nginx:stable-alpine-slim as production-stage -RUN apt-get update && apt-get upgrade -y COPY --from=build-stage /app/nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build-stage /app/build /usr/share/nginx/html EXPOSE 80 \ No newline at end of file diff --git a/package.json b/package.json index b1f6d73f..bd1d525a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.34.6", + "version": "0.34.7", "private": true, "scripts": { "dev": "GENERATE_SOURCEMAP=false react-scripts start",