We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec1390 commit 59cd540Copy full SHA for 59cd540
Dockerfile.cloudrun
@@ -4,5 +4,6 @@ COPY requirements.txt requirements.txt
4
RUN pip install -r requirements.txt
5
ADD . /code
6
WORKDIR /code
7
+RUN pip install ./rws-common
8
ENV FLASK_ENV=production
9
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 appstore:app
requirements.txt
@@ -22,4 +22,3 @@ urllib3==1.23
22
Werkzeug==0.16.1
23
boto3==1.9.169
24
PyYAML==5.1.2
25
-./rws-common
0 commit comments