Skip to content

Commit 16fb86b

Browse files
authored
Merge pull request #549 from jrafanie/undo-secret-key-base-dummy-from-pr-545
Core now sets secret_key_base early for all rails processes
2 parents 139f1a4 + fd03ffd commit 16fb86b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi
22

33
ENV TERM=xterm \
44
APPLIANCE=true \
5-
RAILS_USE_MEMORY_STORE=true \
6-
SECRET_KEY_BASE_DUMMY=1
5+
RAILS_USE_MEMORY_STORE=true
76

87
# Force the sticky bit on /tmp - https://bugzilla.redhat.com/show_bug.cgi?id=2138434
98
RUN chmod +t /tmp

0 commit comments

Comments
 (0)