circleci: Fix port
This commit is contained in:
parent
54b47e0953
commit
9568bf9772
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ jobs:
|
||||||
- di: "nfpis/nfpis"
|
- di: "nfpis/nfpis"
|
||||||
- dtag: "latest"
|
- dtag: "latest"
|
||||||
- service_name: "nfpis"
|
- service_name: "nfpis"
|
||||||
- target_port: "3000" # The target port on the docker software
|
- target_port: "7021" # The target port on the docker software
|
||||||
- service_port: "7021" # The exposed public port
|
- service_port: "3000" # The exposed public port
|
||||||
working_directory: ~/nfpis
|
working_directory: ~/nfpis
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue