switch to binstub

This commit is contained in:
Ryan W
2022-04-24 23:14:32 -07:00
parent 8251643f87
commit 476bc745a6
+1 -1
View File
@@ -30,7 +30,7 @@ COPY . .
# want real secrets in the image or image history. The real secret is passed in # want real secrets in the image or image history. The real secret is passed in
# at run time # at run time
ARG SECRET_KEY_BASE=fakekeyforassets ARG SECRET_KEY_BASE=fakekeyforassets
RUN bundle exec rails assets:clobber && bundle exec rails assets:precompile RUN bin/rails assets:clobber && bundle exec rails assets:precompile
EXPOSE 3000 EXPOSE 3000