Attempt startup crash fix
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
#image: registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www:latest
|
||||
image: registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www2025:latest
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
working_dir: /app
|
||||
|
||||
@@ -122,6 +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
|
||||
|
||||
# add app
|
||||
COPY . ./
|
||||
|
||||
Reference in New Issue
Block a user