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 a49c9b2 commit f05beeeCopy full SHA for f05beee
Dockerfile
@@ -23,9 +23,9 @@ RUN docker-php-ext-install \
23
sockets
24
25
RUN apk add --no-cache nginx
26
-RUN cp nginx/nginx.conf /etc/nginx/nginx.conf
+COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
27
RUN [ -d /etc/nginx/conf.d ] || mkdir /etc/nginx/conf.d
28
-RUN cp nginx/default.conf /etc/nginx/conf.d/default.conf
+COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
29
30
RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
31
0 commit comments