Typo fix
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ ENV PYTHONUNBUFFERED 1
|
||||
ENV IS_DOCKER 0
|
||||
WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
COPY requirements-production.txt ./
|
||||
COPY requirements.production.txt ./
|
||||
|
||||
RUN apk add --no-cache --virtual .build-deps build-base linux-headers \
|
||||
&& apk add --no-cache jpeg-dev zlib-dev postgresql-dev \
|
||||
|
||||
Reference in New Issue
Block a user