fix(docker-usage): single image setup
This commit is contained in:
parent
b3b8a05bd2
commit
a661450633
20 changed files with 240 additions and 203 deletions
3
docker/etc/s6-overlay/services/frontend/run
Normal file
3
docker/etc/s6-overlay/services/frontend/run
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
cd /app/frontend
|
||||
exec node_modules/.bin/next start
|
||||
Loading…
Add table
Add a link
Reference in a new issue