chore: update jotts docker start command
e23e373b
1 file(s) · +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"] |