We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622247a commit 4edd0e8Copy full SHA for 4edd0e8
1 file changed
Dockerfile
@@ -4,6 +4,8 @@ MAINTAINER Weiyan Shao "[email protected]"
4
5
WORKDIR /root
6
7
+RUN rm /etc/nginx/conf.d/default.conf
8
+
9
RUN mkdir -p /var/www/challenges/ && \
10
apt-get update && \
11
apt-get install -y python ruby cron && \
0 commit comments