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