Skip to content

Commit

Permalink
fix: Fix bug where melvin doesn't join voice and laugh when he should
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLuceus committed May 17, 2024
1 parent cbb45fd commit 41f8141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ RUN npm run build

FROM node:20-alpine

# Install dependencies
RUN apk add --no-cache ffmpeg

ENV NODE_ENV=production

COPY --from=builder /app/assets ./assets
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package*.json ./
COPY --from=builder /app/dist ./dist
Expand Down

0 comments on commit 41f8141

Please sign in to comment.