Skip to content

Commit 1319c18

Browse files
committed
missing nginx conf
1 parent fe12904 commit 1319c18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM nginx:alpine
22

33
RUN apk add curl jq bash supervisor
44

5+
COPY nginx.conf /etc/nginx/nginx.conf
56

67
COPY supervisor/supervisord.conf /etc/supervisord.conf
78
RUN mkdir -p /var/log/supervisor

0 commit comments

Comments
 (0)