0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/docker/images/files/exporter-entrypoint.sh

8 lines
84 B
Bash
Raw Normal View History

2020-09-09 08:49:06 -05:00
#!/usr/bin/env bash
set -ex
export PATH="/usr/local/nodejs/bin/:$PATH"
2020-09-09 08:49:06 -05:00
exec "$@"