@@ -8,7 +8,7 @@ services:
|
||||
- "3000"
|
||||
networks:
|
||||
cpost-network:
|
||||
ipv4_address: 10.10.0.4
|
||||
ipv4_address: 10.10.0.16
|
||||
restart: "always"
|
||||
networks:
|
||||
cpost-network:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next dev --port=3080",
|
||||
"build": "next build",
|
||||
"build": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
|
||||
"build:dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next build",
|
||||
"build:prod": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
|
||||
"start": "next start",
|
||||
|
||||
Reference in New Issue
Block a user