sockets now prod, handles when not available

This commit is contained in:
2024-11-15 08:42:36 -07:00
parent 578ac3fee9
commit 0c1b85af1a
3 changed files with 53 additions and 35 deletions

View File

@@ -29,5 +29,4 @@ COPY --from=builder /app/public ./public
RUN mkdir -p storage && rm -rf /app/storage/*
# CMD [ "pnpm", "run", "start" ]
CMD [ "pnpm", "run", "socketProd" ]
CMD [ "pnpm", "run", "start" ]