Skip to content

Commit a473d7f

Browse files
committed
add command to delete default.conf
1 parent 1921f29 commit a473d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM nginx:1.11.9-alpine
22

33
# for htpasswd command
44
RUN apk add --no-cache --update \
5-
apache2-utils
5+
apache2-utils \
6+
&& rm -f /etc/nginx/conf.d/*
67

78
ENV SERVER_NAME example.com
89
ENV PORT 80

0 commit comments

Comments
 (0)