OOPSIE DOODLE (and fix it crying)
All checks were successful
Deploy Backend / deploy (push) Successful in 4m29s
Deploy Website / deploy (push) Successful in 7m9s

This commit is contained in:
Lee
2024-10-09 01:58:42 +01:00
parent 3b7b3b7e50
commit 8ec865d985
2 changed files with 3 additions and 2 deletions

View File

@ -35,4 +35,4 @@ EXPOSE 3000
ENV HOSTNAME="0.0.0.0"
ENV PORT=3000
CMD ["bun", "run", "--filter", "backend", "start"]
CMD ["bun", "run", "--filter", "website", "start"]