circleci: Fix port

master
Jonatan Nilsson 2018-07-16 05:58:51 +00:00
parent 54b47e0953
commit 9568bf9772
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ jobs:
- di: "nfpis/nfpis"
- dtag: "latest"
- service_name: "nfpis"
- target_port: "3000" # The target port on the docker software
- service_port: "7021" # The exposed public port
- target_port: "7021" # The target port on the docker software
- service_port: "3000" # The exposed public port
working_directory: ~/nfpis
steps:
- run: