This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
sysom
Watch
1
Star
0
Fork
You've already forked sysom
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
auto-71079-master-1648805241748
sysom
/
sysom_api
/
dockerfile
6 lines
96 B
Plaintext
Raw
Permalink
Blame
History
FROM python:3.7.5
WORKDIR /home
RUN pip install django==3.2.3
RUN pip install uwsgi
EXPOSE 8080
Reference in New Issue
View Git Blame
Copy Permalink