build error fixes
This commit is contained in:
@ -2,14 +2,14 @@ version: "3.9"
|
||||
|
||||
services:
|
||||
nextjs:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
NEXT_PUBLIC_API_URL: https://cmcbackend.rootxwire.com
|
||||
container_name: cmc_nextjs_pro
|
||||
ports:
|
||||
- "9012:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_API_URL=https://cmcbackend.rootxwire.com
|
||||
NODE_ENV: production
|
||||
NEXT_PUBLIC_API_URL: https://cmcbackend.rootxwire.com
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
Reference in New Issue
Block a user