mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: enhance Dockerfile and docker-compose for improved build output handling and service configuration
This commit is contained in:
parent
a0b3438781
commit
f17aea24cd
3 changed files with 48 additions and 42 deletions
|
@ -1,10 +1,10 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
newsanalyze-service:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "127.0.0.1:36694:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue