Rename secret_token to secret_key_base
This commit is contained in:
parent
7be9d11ce5
commit
169fcd305b
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue