blob: 3825411cf9a74769aeecc68f6ef23f07d084ef92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/execlineb
envfile env
importas -S WAEV_USER
s6-setuidgid $WAEV_USER
importas -S WAEV_PATH
cd $WAEV_PATH
foreground {
mix deps.get
mix phx.digest
}
mix phx.server
|