Fix SESSION_SECRET length for Rack 3
Build and Validate / build-and-test (push) Failing after 16s

This commit is contained in:
2026-04-20 10:06:01 -04:00
parent 39698cd32f
commit 865327c7c6
+1 -1
View File
@@ -12,7 +12,7 @@ RUN bundle install
COPY . .
ENV RACK_ENV=production
ENV SESSION_SECRET=todoizer_secret_key_change_me_in_prod
ENV SESSION_SECRET=todoizer_secret_key_change_me_in_prod_make_it_at_least_64_characters_long_for_rack_3_security
RUN chmod +x entrypoint.sh