updating docs

This commit is contained in:
Luke Hagar
2025-04-01 11:36:37 -05:00
parent 5113ad3f48
commit 3ba66ce846
3 changed files with 24 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ COPY . .
RUN npm run build
# Expose ports for proxy and docs servers
EXPOSE 3000 3001
EXPOSE 8080 9000
# Set default command
CMD ["node", "dist/src/cli.js"]