fix
This commit is contained in:
parent
e505a16a26
commit
0c3f13e734
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue