Use root user for dawarich in docker container

This commit is contained in:
Sven Anders 2024-12-15 17:26:56 +01:00
parent b89a2096a7
commit ccb53324e3

View file

@ -30,7 +30,6 @@ RUN apk -U add --no-cache \
RUN gem update --system 3.5.7 && gem install bundler --version "$BUNDLE_VERSION" \
&& rm -rf $GEM_HOME/cache/*
# FIXME It would be a good idea to use a other user than root, but this lead to permission error on export and maybe more yet.
# RUN adduser -D -h ${APP_PATH} vscode
USER root
@ -38,7 +37,5 @@ USER root
# Navigate to app directory
WORKDIR $APP_PATH
EXPOSE $RAILS_PORT