We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac20bb1 commit 673a10dCopy full SHA for 673a10d
Dockerfile
@@ -18,6 +18,9 @@ FROM ghcr.io/cal-itp/docker-python-web:main as appcontainer
18
19
WORKDIR /home/calitp/app
20
21
+# upgrade pip
22
+RUN python -m pip install --upgrade pip
23
+
24
ENV FLASK_APP=eligibility_server.app:app
25
26
COPY --from=build_wheel /build/dist /build/dist
0 commit comments