From 0c3f13e734ccef1dcb8845c6099dd393a4c9f09f Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Mon, 22 Sep 2025 22:33:04 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d548b0..8703f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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