diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d830a97b..39a87c65 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 -