Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Nov 29, 2023
1 parent 53d8c8c commit b3d03df
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 @@ -54,7 +54,7 @@ RUN SECRET_KEY_BASE=`bin/rails secret` \

CMD ["rails", "server"]

FROM builder AS production
FROM ruby:2.7.1-alpine AS production

ARG RAILS_ENV_ARG=production
ARG NODE_ENV_ARG=production
Expand Down

0 comments on commit b3d03df

Please sign in to comment.