Compare commits
1 Commits
main
...
iv-port-ma
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
842bfab1fd |
@ -6,7 +6,7 @@
|
||||
"test": "jest --watch",
|
||||
"test:ci": "jest",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -p 7000",
|
||||
"format": "prettier --write --log-level warn \"./**/*.{js,jsx,mjs,ts,tsx}\"",
|
||||
"lint": "eslint --max-warnings 0 \"./**/*.{js,jsx,mjs,ts,tsx}\"",
|
||||
"lint:fix": "eslint --max-warnings 0 \"./**/*.{js,jsx,mjs,ts,tsx}\" --fix"
|
||||
|
||||
@ -25,9 +25,9 @@ services:
|
||||
- ../config/cosmos-multisig-ui/run.sh:/cosmos-script/run.sh
|
||||
- ../config/cosmos-multisig-ui/db-schema.graphql:/cosmos-script/db-schema.graphql
|
||||
ports:
|
||||
- "3000"
|
||||
- "7000"
|
||||
healthcheck:
|
||||
test: ["CMD", "nc", "-vz", "127.0.0.1", "3000"]
|
||||
test: ["CMD", "nc", "-vz", "127.0.0.1", "7000"]
|
||||
interval: 20s
|
||||
timeout: 5s
|
||||
retries: 15
|
||||
|
||||
@ -38,4 +38,4 @@ COPY . .
|
||||
# Install app dependencies
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 7000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user