Skip to content

Commit 59cd540

Browse files
committed
Plumb rws-common correctly for cloudbuild.
1 parent bec1390 commit 59cd540

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile.cloudrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ COPY requirements.txt requirements.txt
44
RUN pip install -r requirements.txt
55
ADD . /code
66
WORKDIR /code
7+
RUN pip install ./rws-common
78
ENV FLASK_ENV=production
89
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 appstore:app

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ urllib3==1.23
2222
Werkzeug==0.16.1
2323
boto3==1.9.169
2424
PyYAML==5.1.2
25-
./rws-common

0 commit comments

Comments
 (0)