We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427f71e commit f26a807Copy full SHA for f26a807
Dockerfile
@@ -15,7 +15,7 @@ EXPOSE 80
15
RUN chmod +x ./init.sh
16
RUN chmod +x S1/initial_setup.sh
17
18
-RUN apk add --no-cache nginx
+RUN apk add --no-cache nginx vim
19
COPY config/default.conf /etc/nginx/http.d/default.conf
20
21
-CMD ["/bin/sh", "-c", "./init.sh"]
+CMD ["/bin/sh", "-c", "./init.sh"]
0 commit comments