chore: update jotts docker start command e23e373b
Steve Simkins · 2026-05-18 09:55 1 file(s) · +1 −1
apps/jotts-go/Dockerfile +1 −1
14 14
ENV HOST=0.0.0.0
15 15
ENV PORT=3000
16 16
EXPOSE 3000
17 -
CMD ["jotts-go"]
17 +
CMD ["jotts-go", "server"]