Skip to content

Commit 1241282

Browse files
authored
update location of nginx conf file
1 parent ed4819d commit 1241282

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
@@ -36,8 +36,8 @@ RUN apk add --no-cache ca-certificates nginx && \
3636
COPY scripts/* ./scripts/
3737
COPY config/environment.js ./config/
3838

39-
RUN mkdir -p /etc/nginx/conf.d/
40-
COPY config/nginx.conf /etc/nginx/conf.d
39+
RUN mkdir -p /etc/nginx/http.d/
40+
COPY config/nginx.conf /etc/nginx/http.d/
4141
RUN mkdir -p /run/nginx
4242

4343
EXPOSE 4000

0 commit comments

Comments
 (0)