Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelMenet committed Apr 4, 2024
1 parent b1820be commit 19d56e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pearl",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 19d56e8

Please sign in to comment.