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
2021-01-26 12:57:21 +01:00

7 lines
84 B
Bash

#!/usr/bin/env bash
set -ex
export PATH="/usr/local/nodejs/bin/:$PATH"
exec "$@"