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
1dc5d7a817
Python
/
Containerfile
6 lines
85 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 .
Revert "✅ Ready to clone and code." This reverts commit e4f251f138a9bfbefb814afb29b84c3103d72e16.
2024-11-09 09:05:53 -08:00
CMD ["project_name"]
Copy Permalink