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.
5
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%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Cloud_Computing_Project
/
sensors
/
Dockerfile
8 lines
94 B
Raw
Permalink
Blame
History
FROM
python:3-alpine
WORKDIR
/app/src
RUN
pip install requests
COPY
[
"sensors/src"
,
"./"
]
Reference in new issue