Fix bugs in multi-stage docker. Replace sqldump

This commit is contained in:
Jan Eitzinger
2021-06-22 15:17:11 +02:00
parent 9d3d94542f
commit 5a434fb0cd
7 changed files with 161 additions and 2291 deletions

View File

@@ -7,8 +7,9 @@ RUN mkdir -p /etc/nginx/templates
COPY nginx.conf /etc/nginx/
COPY templates/* /etc/nginx/templates/
ARG APP_ENVIRONMENT
ARG NGINX_SYMFONY_SERVER_NAME
ENV APP_ENV=prod
ENV APP_ENV=${APP_ENVIRONMENT}
ENV APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
ENV APP_DEBUG=1
ARG INFLUXDB_PASSWORD