Skip to content

Commit 4edd0e8

Browse files
committed
Remove the nginx default config
1 parent 622247a commit 4edd0e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ MAINTAINER Weiyan Shao "[email protected]"
44

55
WORKDIR /root
66

7+
RUN rm /etc/nginx/conf.d/default.conf
8+
79
RUN mkdir -p /var/www/challenges/ && \
810
apt-get update && \
911
apt-get install -y python ruby cron && \

0 commit comments

Comments
 (0)