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
2
Commits
1
Branch
0
Tags
13 MiB
Tree:
0039a27286
Cloud_Computing_Project
/
traffic_lights
/
Dockerfile
9 lines
101 B
Raw
Normal View
History
changes
2 years ago
FROM
python:3-alpine
WORKDIR
/app/src
RUN
pip install requests
COPY
[
"traffic_lights/src"
,
"./"
]