diff --git a/docker-compose.yml b/docker-compose.yml index 283f527..6926441 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/docker/Dockerfile b/docker/Dockerfile index 37bf935..2ebaad2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 . ./