From 19d56e823dd831afd9e5ea538ae7ed7d4f57138d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Menet=20Micka=C3=ABl?= Date: Thu, 4 Apr 2024 11:01:29 +0200 Subject: [PATCH] bump --- Dockerfile | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a167ae41..d75382c9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,10 @@ RUN rm etc/nginx/conf.d/default.conf COPY --chown=$NGINX_USER:$NGINX_USER nginx.conf etc/nginx/conf.d/ COPY --chown=$NGINX_USER:$NGINX_USER build /usr/share/nginx/html -RUN ls -alh /usr/share/nginx/html -RUN whoami +USER root RUN rm /usr/share/nginx/html/configuration.json RUN rm /usr/share/nginx/html/keycloak.json - +USER $NGINX_USER RUN touch /usr/share/nginx/html/configuration.json RUN touch /usr/share/nginx/html/keycloak.json diff --git a/package.json b/package.json index 0aeca2be9..f23c97a47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pearl", - "version": "0.0.5", + "version": "0.0.6", "private": true, "dependencies": { "@emotion/react": "^11.11.1",