Skip to content

Commit b54e9b2

Browse files
committed
ref(Dockerfile): skip Django collectstatic step
1 parent bb0c3ec commit b54e9b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ RUN DOCKER_BUILD=true /app/tmp/build.sh && rm -rf /app/*
2828

2929
ADD . /app
3030

31-
RUN ./manage.py collectstatic --settings=deis.settings --noinput # create static resources
32-
3331
ENV DEIS_RELEASE 2.0.0-dev

0 commit comments

Comments
 (0)