Skip to content

Commit 6b67f93

Browse files
committedDec 17, 2023
dockerfile for local environment
1 parent 85e0c6d commit 6b67f93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.