This website requires JavaScript.
Explore
Help
Register
Sign In
Projects
/
python_test_project
Watch
2
Star
0
Fork
0
You've already forked python_test_project
generated from
Templates/Python
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
7
Wiki
Activity
v0.2.8
python_test_project
/
Containerfile
6 lines
92 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2024-11-11 06:11:21 -08:00
FROM python:3.7-slim
COPY . /app
WORKDIR /app
RUN pip install .
✅ Ready to clone and code.
2024-11-11 06:12:40 -08:00
CMD ["python_test_project"]
Copy Permalink