diff --git a/Dockerfile b/Dockerfile index 93c6687..8f20e42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Gunakan Node.js 22 sebagai base image FROM node:22-alpine +RUN apk add --no-cache curl + # Atur working directory WORKDIR /app/scheduler-app