diff --git a/Dockerfile b/Dockerfile index 3560e2b56..1dd494556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP /bauhaus/nginx.conf /etc/ng # Add entrypoint and start nginx server RUN chmod 755 /usr/share/nginx/html/vite-envs.sh -ENTRYPOINT nginx -g 'daemon off;' +ENTRYPOINT ["nginx", "-g", "daemon off;"] diff --git a/package.json b/package.json index a1c1e8c49..32aff6895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bauhaus", - "version": "4.1.3", + "version": "4.1.4", "type": "module", "description": "Web application for the management of concepts, classifications and other statistical objects", "repository": {