0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-27 00:49:28 -05:00
penpot/docker/images/files/exporter-entrypoint.sh
2020-12-02 10:29:55 +01:00

8 lines
106 B
Bash

#!/usr/bin/env bash
set -ex
export PATH="/usr/local/node-v12.18.3/bin/:$PATH"
# yarn install
exec "$@"