move to src

This commit is contained in:
Alex Holliday
2025-07-25 15:33:48 -07:00
parent acc910cbc0
commit 1c47c8ce2c
127 changed files with 71 additions and 19 deletions

View File

@@ -10,4 +10,4 @@ COPY ./server/ ./
EXPOSE 52345
CMD ["node", "index.js"]
CMD ["node", "src/index.js"]