Skip to content

Commit 7eafb3d

Browse files
committed
More smaller docker image, then remove some conf.d files and add dockerignore
1 parent b338ff4 commit 7eafb3d

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.git
2+
conf.d

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ RUN addgroup -S nginx \
9494
&& rm -rf /tmp/* /root/.gnupg
9595

9696
COPY nginx.conf /etc/nginx/nginx.conf
97-
COPY headers_params /etc/nginx/conf.d/headers_params
98-
COPY proxy_params /etc/nginx/conf.d/proxy_params
99-
COPY ssl_params /etc/nginx/conf.d/ssl_params
10097
COPY default.conf /etc/nginx/sites-enabled/default.conf
10198

10299
EXPOSE 80 443
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)