This commit is contained in:
teddys48
2026-02-12 11:17:11 +07:00
parent de7fc52b67
commit 56cd2dde79
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
# Gunakan Node.js 22 sebagai base image
FROM node:22-alpine
ENV TZ="Asia/Jakarta"
RUN apk add --no-cache curl
RUN apk add --no-cache grep