Skip to content

Commit

Permalink
fix: Copy nginx site config to correct location (#372)
Browse files Browse the repository at this point in the history
Fixes #371
  • Loading branch information
kesara authored Dec 19, 2023
1 parent e651dda commit 4b83180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ RUN <<EOF
rm -rf /var/lib/apt/lists/*
EOF

COPY docker/nginx-sandbox.conf /etc/nginx/http.d/default.conf
COPY docker/nginx-sandbox.conf /etc/nginx/sites-enabled/default
COPY docker/supervisord-sandbox.conf /app/supervisord.conf

RUN mkdir -p /app/media
Expand Down

0 comments on commit 4b83180

Please sign in to comment.