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 b55dbb2 commit 89f52a2Copy full SHA for 89f52a2
extract_staticfiles.sh
@@ -3,6 +3,7 @@
3
rm -fr static
4
5
container_id=$(docker create 949266541515.dkr.ecr.eu-west-1.amazonaws.com/ci-hackathon-app:$1)
6
-docker cp $container_id:/static ./static
+docker exec -it $container_id python3 manage.py collectstatic
7
+docker cp $container_id:/staticfiles ./static
8
docker rm -v $container_id
9
0 commit comments