Fixed startup crash

This commit is contained in:
tokslaw7
2024-08-03 01:49:29 +00:00
parent 6032926658
commit 8dcc1ac5e6
3 changed files with 101 additions and 13 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ COPY package.json ./
RUN npm install --silent
#RUN npm install react-scripts@3.4.1 -g --silent
#RUN npm install -g serve
RUN npm install next
RUN npm install -g next
# add app
COPY . ./