0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 08:38:15 -05:00
penpot/docker/testenv/files/exporter-entrypoint.sh

9 lines
106 B
Bash
Raw Normal View History

2020-09-09 15:49:06 +02:00
#!/usr/bin/env bash
set -ex
export PATH="/usr/local/node-v12.18.3/bin/:$PATH"
# yarn install
exec "$@"