Skip to content

Commit

Permalink
No spring!
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Jul 12, 2024
1 parent 15b9c60 commit 8323a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG RAILS_VERSION=7.1.3.2
RUN gem install rails -v ${RAILS_VERSION}

# create empty Rails application, we don't need ActiveRecord or JavaScript
RUN rails new mail-notify-integration --skip-active-record --skip-javascript
RUN rails new mail-notify-integration --skip-active-record --skip-javascript --skip-spring

WORKDIR mail-notify-integration

Expand Down

0 comments on commit 8323a7b

Please sign in to comment.