build(app): optimize app docker image size
export app static pages and deploy with Nginx image, instead of host `next start` service
This commit is contained in:
parent
655fbec583
commit
2f90e3f1a2
3 changed files with 6 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ services:
|
|||
depends_on:
|
||||
- perplexica-backend
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3000:80
|
||||
networks:
|
||||
- perplexica-network
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue