Skip to content

Commit

Permalink
fix: Add infomative dockerfile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Sep 2, 2024
1 parent 42b9a62 commit a568301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/event-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG NODE_VERSION=20
# https://github.com/WhiskeySockets/Baileys/issues/1003#issuecomment-2306467419
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine

RUN apk add --no-cache libc6-compat python3 make g++ bash nano
Expand Down

0 comments on commit a568301

Please sign in to comment.