Skip to content

Commit e21144b

Browse files
MCLOUD-6732: Fix issue with app/etc/env.php on build phase and remove named volumes
1 parent 84c0efd commit e21144b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

images/web/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ COPY etc/nginx.conf /etc/nginx/
1515
COPY etc/vhost.conf /etc/nginx/conf.d/default.conf
1616
COPY etc/xdebug-upstream.conf /etc/nginx/conf.d/xdebug/upstream.conf
1717

18-
#RUN apt-get update && apt-get install -y openssl curl
19-
#RUN mkdir /etc/nginx/ssl \
20-
# && openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout /etc/nginx/ssl/magento.key -out /etc/nginx/ssl/magento.crt -subj "/C=CH/ST=Zurich/L=Zurich/O=Snakeoil Inc/OU=IT Department/CN=magento2.docker"
21-
2218
RUN mkdir /etc/nginx/ssl
2319
COPY certs/* /etc/nginx/ssl/
2420

0 commit comments

Comments
 (0)