Skip to content

Commit

Permalink
why even
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 21, 2024
1 parent b2bb507 commit 21e6f19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
# Rails app lives here
WORKDIR /rails

# Set production environment
ENV RAILS_ENV="production" \
BUNDLE_DEPLOYMENT="1" \
BUNDLE_PATH="/usr/local/bundle" \
BUNDLE_WITHOUT="development"


# Throw-away build stage to reduce size of final image
FROM base as build

Expand Down

0 comments on commit 21e6f19

Please sign in to comment.