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 56dff2f commit e736a8dCopy full SHA for e736a8d
Dockerfile
@@ -23,7 +23,7 @@ RUN docker-php-ext-install \
23
bcmath \
24
sockets
25
26
-RUN apk add --no-cache
+RUN apk add --no-cache nginx
27
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
28
RUN [ -d /etc/nginx/conf.d ] || mkdir /etc/nginx/conf.d
29
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
0 commit comments