Rename secret_token to secret_key_base

This commit is contained in:
1resu 2021-12-18 18:18:12 +01:00
parent 7be9d11ce5
commit 169fcd305b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN echo 'gem: --no-document' >> ~/.gemrc && \
# compile assets with temporary mysql server
RUN export DATABASE_URL=mysql2://localhost/temp && \
export SECRET_TOKEN=thisisnotimportantnow && \
export SECRET_KEY_BASE=thisisnotimportantnow && \
export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y mysql-server && \