Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit dc2e8be

Browse files
committed
Remove not needed line
1 parent 4e79826 commit dc2e8be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deployment/nginx/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM nginx:1.15.2-alpine
22
ARG SERVER_NAME
33

44
COPY ./config/nginx/nginx.conf /etc/nginx/
5-
COPY ./config/nginx/slackbot.conf /slackbot.conf
6-
RUN envsubst '${SERVER_NAME}' < /slackbot.conf > /etc/nginx/conf.d/slackbot.conf && rm /slackbot.conf
5+
COPY ./config/nginx/slackbot.conf /etc/nginx/conf.d/slackbot.conf
76
RUN rm /etc/nginx/conf.d/default.conf
87

98
COPY ./config/nginx/ssl/cert.pem /etc/nginx/ssl/cert.pem

0 commit comments

Comments
 (0)