Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Jan 5, 2024
1 parent 442e8ac commit 67f8609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ FROM base AS production

EXPOSE 3000

ENV RAILS_ENV="production" \
BUNDLE_DEPLOYMENT="1" \
BUNDLE_WITHOUT="development"

COPY --from=build /usr/local/bundle /usr/local/bundle
COPY --from=build /rails /rails

Expand Down

0 comments on commit 67f8609

Please sign in to comment.