Skip to content

Commit e15e33e

Browse files
committed
A few more tweaks
1 parent 1fbcf87 commit e15e33e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

requirements-prod.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-c requirements.txt
2-
sqlalchemy
2+
sqlalchemy<2.0.0

requirements-prod.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile requirements-prod.in
66
#
7-
sqlalchemy==2.0.35
7+
sqlalchemy==1.4.54
88
# via -r requirements-prod.in
9-
typing-extensions==4.8.0
10-
# via
11-
# -c requirements.txt
12-
# sqlalchemy

v03_pipeline/deploy/Dockerfile

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

2727

2828
WORKDIR /
29-
EXPOSE 6000
29+
EXPOSE 6000 8082
3030
CMD ["python3", "-m", "v03_pipeline.api"]

0 commit comments

Comments
 (0)