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

7 lines
62 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-04-09 12:10:40 +02:00
cd /home/node/app
yarn migrate
yarn start