Skip to content

Commit

Permalink
Delete nginx default server config
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Apr 6, 2023
1 parent 440d0e7 commit 97825a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ FROM ghcr.io/praekeltfoundation/vumi-base:0.1.1
MAINTAINER Praekelt Foundation <[email protected]>

RUN apt-get-install.sh nginx
# Delete unwanted default server config.
RUN rm /etc/nginx/sites-enabled/default

COPY requirements.txt /requirements.txt
COPY --from=builder /wheels /wheels
Expand Down

0 comments on commit 97825a7

Please sign in to comment.