mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Remove extra spaces in Dockerfile instructions
This commit is contained in:
parent
da39ae1abb
commit
9568028270
|
@ -17,7 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
COPY ./requirements .
|
COPY ./requirements .
|
||||||
|
|
||||||
# Create Python Dependency and Sub-Dependency Wheels.
|
# Create Python Dependency and Sub-Dependency Wheels.
|
||||||
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
||||||
-r ${BUILD_ENVIRONMENT}.txt
|
-r ${BUILD_ENVIRONMENT}.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
COPY ./requirements /requirements
|
COPY ./requirements /requirements
|
||||||
|
|
||||||
# create python dependency wheels
|
# create python dependency wheels
|
||||||
RUN pip wheel --no-cache-dir --wheel-dir /usr/src/app/wheels \
|
RUN pip wheel --no-cache-dir --wheel-dir /usr/src/app/wheels \
|
||||||
-r /requirements/local.txt -r /requirements/production.txt \
|
-r /requirements/local.txt -r /requirements/production.txt \
|
||||||
&& rm -rf /requirements
|
&& rm -rf /requirements
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
COPY ./requirements .
|
COPY ./requirements .
|
||||||
|
|
||||||
# Create Python Dependency and Sub-Dependency Wheels.
|
# Create Python Dependency and Sub-Dependency Wheels.
|
||||||
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
RUN pip wheel --wheel-dir /usr/src/app/wheels \
|
||||||
-r ${BUILD_ENVIRONMENT}.txt
|
-r ${BUILD_ENVIRONMENT}.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user