mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
change to node runtime
This commit is contained in:
committed by
Siddharth Ganesan
parent
1a18ebb82e
commit
674695edc4
@@ -143,4 +143,4 @@ EXPOSE 3000
|
||||
ENV PORT=3000 \
|
||||
HOSTNAME="0.0.0.0"
|
||||
|
||||
CMD ["bun", "apps/sim/server.js"]
|
||||
CMD ["node", "apps/sim/server.js"]
|
||||
Reference in New Issue
Block a user