diff --git a/docker/images/Dockerfile.exporter b/docker/images/Dockerfile.exporter index 28cc80c807..03be19d2f3 100644 --- a/docker/images/Dockerfile.exporter +++ b/docker/images/Dockerfile.exporter @@ -5,7 +5,8 @@ ENV LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ NODE_VERSION=v22.22.0 \ DEBIAN_FRONTEND=noninteractive \ - PATH=/opt/node/bin:/opt/imagick/bin:$PATH + PATH=/opt/node/bin:/opt/imagick/bin:$PATH \ + PLAYWRIGHT_BROWSERS_PATH=/opt/penpot/browsers RUN set -ex; \ useradd -U -M -u 1001 -s /bin/false -d /opt/penpot penpot; \ diff --git a/exporter/scripts/build b/exporter/scripts/build index 53a930f4b8..3daa2cf6f5 100755 --- a/exporter/scripts/build +++ b/exporter/scripts/build @@ -15,6 +15,7 @@ pnpm run build; cp pnpm-lock.yaml target/; cp package.json target/; +touch target/pnpm-workspace.yaml; cat <