Skip to content

Commit

Permalink
🚧 run nextjs server on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Aug 21, 2023
1 parent 888bebc commit acb116f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batcher-ui/Dockerfile.ghostnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:latest as builder

WORKDIR /app

ENV ENV ghostnet
# ENV ENV=ghostnet

COPY ./package.json ./

Expand Down
2 changes: 1 addition & 1 deletion batcher-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tsc": "tsc --noEmit",
"dev:next": "ENV=ghostnet next dev",
"build:next": "next build",
"start:next:ghostnet": "ENV=ghostnet next start",
"start:next:ghostnet": "ENV=ghostnet next start -p 80",
"build:next:ghostnet": "ENV=ghostnet next build",
"lint:next": "next lint"
},
Expand Down

0 comments on commit acb116f

Please sign in to comment.