We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
phalcon
Learn more about funding links in repositories.
Report abuse
1 parent 85e0c6d commit 6b67f93Copy full SHA for 6b67f93
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python:3
2
+LABEL authors="team@phalcon.io"
3
+
4
+WORKDIR /usr/src/app
5
6
+COPY requirements.txt ./
7
+RUN pip install --no-cache-dir -r requirements.txt
0 commit comments