This commit is contained in:
Anang Yusman 2025-09-22 22:33:04 +08:00
parent e505a16a26
commit 0c3f13e734
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM node:23.5.0-alpine
ENV PORT 3000
# RUN npm install --force
RUN npm install --legacy-peer-deps
# RUN npm install --force
RUN npm install
# Membuat direktori aplikasi dan mengatur sebagai working directory