Skip to content

Commit b9c32de

Browse files
committed
reconfiguring nginx
1 parent 8d3c10f commit b9c32de

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ WORKDIR /
88
ENV PYTHONDONTWRITEBYTECODE 1
99
ENV PYTHONUNBUFFERED 1
1010

11-
# create a static directory for nginx
12-
ENV HOME=/
13-
ENV APP_HOME=/static
14-
RUN mkdir $APP_HOME
15-
RUN mkdir $APP_HOME/static
16-
WORKDIR $APP_HOME
17-
1811
# install dependencies
1912
RUN pip install --upgrade pip
2013
RUN pip install psycopg2

0 commit comments

Comments
 (0)