Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 208 Bytes

File metadata and controls

2 lines (2 loc) · 208 Bytes

This will store the collaborative work for Docker lab. If you're looking for a quick way to build & run the Dockerfile, you can use docker build . -t "test" && docker run -dit --name my_app -p 8080:80 test