Skip to content

Commit 40dac1e

Browse files
committed
Change port number
1 parent 9ef5178 commit 40dac1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v03_pipeline/api/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run():
1010
web.run_app(
1111
app,
1212
host='0.0.0.0', # noqa: S104
13-
port=5000,
13+
port=6000,
1414
access_log=logger,
1515
)
1616

v03_pipeline/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ COPY v03_pipeline/bin/vep /vep
2525

2626

2727
WORKDIR /
28-
EXPOSE 5000
28+
EXPOSE 6000
2929
CMD ["python3", "-m", "v03_pipeline.api"]

0 commit comments

Comments
 (0)