clone3 commited on
Commit
ebe6d61
·
verified ·
1 Parent(s): 8c13eae

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/usr/bin/env bash
2
 
3
  # Start the backend server
4
- chmod +x /app/build/tanks.x86_64
5
  xvfb-run -ae /dev/stdout --server-args='-screen 0 640x480x24:32' /app/build/tanks.x86_64 -batchmode -nographics -logfile /dev/stdout &
6
 
7
  # Start Nginx
 
1
  #!/usr/bin/env bash
2
 
3
  # Start the backend server
4
+ chmod +x /app/build/tanks.x86_64 || true
5
  xvfb-run -ae /dev/stdout --server-args='-screen 0 640x480x24:32' /app/build/tanks.x86_64 -batchmode -nographics -logfile /dev/stdout &
6
 
7
  # Start Nginx