Change tool for exporting artboards and fix some issues

This commit is contained in:
Andrés Moya 2021-11-05 13:08:28 +01:00 committed by Andrey Antukh
parent c57219a356
commit 4962e45bd9
6 changed files with 46 additions and 34 deletions

View file

@ -12,6 +12,7 @@ RUN set -ex; \
brew install ghostscript; \
brew install mailhog; \
brew install openldap; \
brew install poppler-utils; \
sudo mkdir -p /var/log/nginx; \
sudo chown gitpod:gitpod /var/log/nginx