File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ WORKDIR "${workdir}"
1414
1515HEALTHCHECK --interval=10s --start-period=90s CMD netstat -ltn | grep -c ":443"
1616
17- ENV EXPIRATION_DAYS 30
17+ ENV EXPIRATION_DAYS= 30
1818
1919# #
2020# Drupal
@@ -23,9 +23,9 @@ FROM base AS drupal
2323
2424COPY /drupal /
2525
26- ENV NGINX_FASTCGI_PASS_HOST php
27- ENV NGINX_FASTCGI_PASS_PORT 9000
28- ENV NGINX_CLIENT_MAX_BODY_SIZE 128M
26+ ENV NGINX_FASTCGI_PASS_HOST= php
27+ ENV NGINX_FASTCGI_PASS_PORT= 9000
28+ ENV NGINX_CLIENT_MAX_BODY_SIZE= 128M
2929
3030# #
3131# Proxy
@@ -41,7 +41,7 @@ FROM proxy AS nextjs
4141
4242COPY /nextjs /
4343
44- ENV NGINX_PROXY_PASS http://app:3000
44+ ENV NGINX_PROXY_PASS= http://app:3000
4545
4646# #
4747# Storybook
@@ -50,5 +50,5 @@ FROM proxy AS storybook
5050
5151COPY /storybook /
5252
53- ENV NGINX_PROXY_PASS http://app:6006
54- ENV SERVER_CHANNEL_PROXY_PASS ws://app:6006/storybook-server-channel
53+ ENV NGINX_PROXY_PASS= http://app:6006
54+ ENV SERVER_CHANNEL_PROXY_PASS= ws://app:6006/storybook-server-channel
You can’t perform that action at this time.
0 commit comments