This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
cse242017107
/
Cloud_Computing_Project
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
13 MiB
HTML
59.6%
JavaScript
25.1%
Python
6.7%
Shell
6.3%
CSS
1.7%
Other
0.5%
Tree:
be8c6bbe03
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'be8c6bbe03'
${ noResults }
Cloud_Computing_Project
/
coordinator
/
Dockerfile
8 lines
98 B
Raw
Blame
History
FROM
python:3-alpine
WORKDIR
/app/src
RUN
pip install requests
COPY
[
"coordinator/src"
,
"./"
]
Reference in new issue