mirror of
https://github.com/philipredstone/relnet.git
synced 2025-06-16 20:51:16 +02:00
Fix Dockerfile cmd run
This commit is contained in:
parent
8cbb83715f
commit
faae6ec930
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user