We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1363f60 commit 0b21e43Copy full SHA for 0b21e43
Dockerfile
@@ -7,12 +7,12 @@ ENV STATIC_PATH "/srv/static"
7
ENV MEDIA_PATH "/srv/media"
8
9
USER root
10
-RUN yum -y update \
11
- && yum -y install nginx gettext \
12
- && easy_install-2.7 pip && pip2 install supervisor supervisor-stdout \
+RUN yum -y update \
+ && yum -y install nginx gettext python2-pip \
+ && pip2 install supervisor supervisor-stdout \
13
&& mkdir /etc/nginx/proxy.d
14
15
-# Create a directory for config
+# Create a directory for config
16
COPY nginx/nginx.conf /etc/nginx/nginx.conf
17
COPY nginx/start-nginx.sh /usr/bin/start-nginx.sh
18
COPY nginx/mime.types /etc/nginx/mime.types
0 commit comments