Spaces:
Paused
Paused
Vo Hoang Minh commited on
Commit ·
00bca41
1
Parent(s): 241aed2
- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -9,4 +9,4 @@ echo `echo $SCREEN_WIDTH`x`echo $SCREEN_HEIGHT`x16
|
|
| 9 |
|
| 10 |
cd /opt/orbita
|
| 11 |
bun run dev &
|
| 12 |
-
/usr/sbin/nginx
|
|
|
|
| 9 |
|
| 10 |
cd /opt/orbita
|
| 11 |
bun run dev &
|
| 12 |
+
/usr/sbin/nginx -c /etc/nginx/nginx.conf
|