mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Use root user for dawarich in docker container
This commit is contained in:
parent
b89a2096a7
commit
ccb53324e3
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue