This website requires JavaScript.
Explore
Help
Register
Sign In
Templates
/
Python
Template
Watch
1
Star
0
Fork
0
You've already forked Python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e4f251f138
Python
/
Containerfile
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2024-11-09 08:01:27 -08:00
FROM python:3.7-slim
COPY . /app
WORKDIR /app
RUN pip install .
✅ Ready to clone and code.
2024-11-09 08:23:02 -08:00
CMD ["python"]
Copy Permalink