This is required when Docker complains no space left on device
** removes containers**:
docker rm $(docker ps -qa)
removes images:
cd
into the projectgit remote add upstream [email protected]:aldryn/project-{NAME}.git
git push upstream
/* | |
Remove all labels and then import | |
Original from https://gist.github.com/Isaddo/7efebcb673a0957b9c6f07cd14826ea4 | |
*/ | |
[ | |
{ | |
"name": "blocker", | |
"color": "eb6420" | |
}, |
django CMS Image is a plugin for django CMS that allows you to add images on your site.
// manual configuration for the spacer plugin in: | |
// https://github.com/aldryn/aldryn-bootstrap3/ | |
// requires bootstrap 3 | |
.spacer { | |
margin-top: $line-height-computed; | |
margin-bottom: $line-height-computed; | |
} | |
.spacer-xs { | |
margin-top: $line-height-computed / 2; |
I hereby claim:
To claim this, I am signing this object:
Dockerfile
Add this to the Dockerfile:
# this snippet is required by Divio Cloud for compatibility # https://github.com/divio/divio-cli/blob/master/divio_cli/localdev/main.py#L125 COPY migrate.sh /app/migrate.sh COPY start.sh /usr/local/bin/start RUN chmod +x /usr/local/bin/start RUN curl -O https://bin.equinox.io/c/ekMN3bCZFUn/forego-stable-linux-amd64.tgz