This commit is contained in:
Anang Yusman 2025-09-22 22:59:16 +08:00
parent 9812fb9bcf
commit 3920c90097
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ RUN npm install
# Copy semua source code
COPY . .
# Build aplikasi
RUN npm run build
# Expose port
EXPOSE 3000