We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c0efd commit e21144bCopy full SHA for e21144b
images/web/Dockerfile
@@ -15,10 +15,6 @@ COPY etc/nginx.conf /etc/nginx/
15
COPY etc/vhost.conf /etc/nginx/conf.d/default.conf
16
COPY etc/xdebug-upstream.conf /etc/nginx/conf.d/xdebug/upstream.conf
17
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
-
22
RUN mkdir /etc/nginx/ssl
23
COPY certs/* /etc/nginx/ssl/
24
0 commit comments