Updated text website

This commit is contained in:
2025-11-04 16:12:17 -05:00
parent a882a5ce4a
commit 9e45cb2c38
4 changed files with 4 additions and 4 deletions

View File

@@ -17,4 +17,4 @@ COPY --from=builder /app/node_modules node_modules/
COPY package.json .
EXPOSE 3000
ENV NODE_ENV=production
CMD [ "node", "build" ]
CMD ["node", "build/index.js"]