mirror of
https://github.com/philipredstone/relnet.git
synced 2025-07-09 15:16:41 +02:00
Fix Dockerfile cmd run
This commit is contained in:
@ -60,4 +60,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
||||
CMD curl -f http://localhost:$PORT/api/health || exit 1
|
||||
|
||||
# Start the application
|
||||
CMD ["bun", "run", "start"]
|
||||
CMD ["bun", "dist/server.js"]
|
Reference in New Issue
Block a user