Skip to content

Commit f05beee

Browse files
committed
fix
1 parent a49c9b2 commit f05beee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN docker-php-ext-install \
2323
sockets
2424

2525
RUN apk add --no-cache nginx
26-
RUN cp nginx/nginx.conf /etc/nginx/nginx.conf
26+
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
2727
RUN [ -d /etc/nginx/conf.d ] || mkdir /etc/nginx/conf.d
28-
RUN cp nginx/default.conf /etc/nginx/conf.d/default.conf
28+
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
2929

3030
RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
3131

0 commit comments

Comments
 (0)