Files
sf-sim/deployment/develop/docker/entrypoint.sh

4 lines
51 B
Bash
Raw Normal View History

2026-02-10 17:16:29 +01:00
#!/bin/sh
2026-02-11 17:09:23 +01:00
cd /home
2026-02-10 17:16:29 +01:00
2026-02-11 17:44:44 +01:00
cd /home/node/app && yarn start