This commit is contained in:
teddys48
2025-10-08 16:48:35 +07:00
parent 4921d765d5
commit c23b0f211b

View File

@@ -2,6 +2,7 @@
FROM node:22-alpine FROM node:22-alpine
RUN apk add --no-cache curl RUN apk add --no-cache curl
RUN apk add --no-cache grep
# Atur working directory # Atur working directory
WORKDIR /app/scheduler-app WORKDIR /app/scheduler-app