Skip to content

Commit

Permalink
Revert "style: Make ENV statements multiline by default (#58)"
Browse files Browse the repository at this point in the history
This reverts commit fecf350.
  • Loading branch information
fabschurt committed Sep 13, 2024
1 parent fecf350 commit bae61c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ruby/ruby3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ ONBUILD ARG RUNTIME_USER_ID=1000
ONBUILD ARG RUNTIME_USER_NAME="ruby"
ONBUILD ARG RUNTIME_DIR="/opt/app"

ONBUILD ENV \
BUNDLE_PATH="${RUNTIME_DIR}/vendor/bundle"
ONBUILD ENV BUNDLE_PATH="${RUNTIME_DIR}/vendor/bundle"

ONBUILD RUN \
adduser -u "$RUNTIME_USER_ID" -D -s /sbin/nologin "$RUNTIME_USER_NAME" && \
Expand Down

0 comments on commit bae61c0

Please sign in to comment.