Skip to content

Commit

Permalink
chore: fix Rails env for dev container
Browse files Browse the repository at this point in the history
The container environment is overriding the one set by commands
  • Loading branch information
mromulus committed Nov 15, 2024
1 parent 24c7b6e commit 311c55c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN bundle install --jobs $(nproc) --retry 3 && \

## DEVELOPMENT IMAGE
FROM base AS development
ENV RAILS_ENV="development"
RUN apk add --no-cache --update \
build-base \
git \
Expand Down

0 comments on commit 311c55c

Please sign in to comment.