yes?
Some checks failed
Deploy Backend / deploy (push) Failing after 41s

This commit is contained in:
Lee 2024-10-04 23:02:10 +01:00
parent 77819e873d
commit 4d2f291e8f

@ -15,7 +15,7 @@ COPY backend ./backend
RUN pnpm install --filter ...backend
# Build the backend
RUN pnpm --filter backend build
RUN pnpm --filter ...backend build
# Expose the port your application runs on
EXPOSE 8080