This commit is contained in:
teddys48
2025-10-08 16:43:21 +07:00
parent 69fd98e4fb
commit 4921d765d5

View File

@@ -1,6 +1,8 @@
# Gunakan Node.js 22 sebagai base image # Gunakan Node.js 22 sebagai base image
FROM node:22-alpine FROM node:22-alpine
RUN apk add --no-cache curl
# Atur working directory # Atur working directory
WORKDIR /app/scheduler-app WORKDIR /app/scheduler-app