Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Nov 2, 2024
1 parent 28653b3 commit e1aa607
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ WORKDIR /app

RUN npm install -g pnpm

# Environment Variables
ARG DATABASE_URL
ARG SMTP_HOST
ARG SMTP_PORT
Expand Down Expand Up @@ -50,12 +49,6 @@ COPY --from=builder /app/prisma ./prisma

RUN pnpm install --prod --frozen-lockfile

# Health check
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1

# Expose the application port
EXPOSE 3000

# Start the application
CMD ["node", "build"]
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const webSocketServer = {
});
});

// Debug Event Handler
io.engine?.on('connection_error', (err) => {
console.error('Connection error:', err);
});
Expand Down

0 comments on commit e1aa607

Please sign in to comment.