debug env vars

This commit is contained in:
Ryan W
2022-09-10 17:27:29 -07:00
parent 43ac48fdae
commit a16ba8741e
+3 -1
View File
@@ -32,7 +32,9 @@ COPY . .
ARG SECRET_KEY_BASE=fakekeyforassets
RUN bin/rails assets:clobber && bundle exec rails assets:precompile
RUN bin/rails db:migrate
RUN printenv
# RUN bin/rails db:migrate
EXPOSE 3000