Fixed entrypoint to start server automatically and made some scroll wheel changes. Getting very close to release point.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
nginx -g "daemon off;" &
|
||||
|
||||
# Start Node.js backend
|
||||
node src/backend/index.js
|
||||
node src/backend/server.cjs
|
||||
|
||||
# Keep container running
|
||||
wait
|
||||
Reference in New Issue
Block a user