Added secret_key variable to Dockerfile
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2024-03-06 09:20:28 +01:00
parent b1aeac37df
commit 3ed38a959d

View file

@ -17,6 +17,7 @@ RUN \
ENV ADMIN_TOKEN='' ENV ADMIN_TOKEN=''
ENV RIDE2GO_TOKEN='' ENV RIDE2GO_TOKEN=''
ENV SECRET_KEY=''
ENV METRICS_USER='' ENV METRICS_USER=''
ENV METRICS_PASSWORD='' ENV METRICS_PASSWORD=''