Skip to content

Commit bd94e77

Browse files
committed
prevent container from exiting
1 parent c54fdf8 commit bd94e77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

start_http_server.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ echo ""
1717

1818
xpra start --start=$EXE --bind-tcp=0.0.0.0:$PORT --ssl-cert=/etc/xpra/ssl-cert.pem #--no-daemon
1919

20+
# prevent container from exiting
21+
sleep infinity
22+
2023
## open your web browser to http://localhost:$PORT
2124
## enter the autogenerated password printed to the terminal
2225
## type `amrvis2d' or `amrvis3d' in order to launch amrvis

0 commit comments

Comments
 (0)