mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
.. | ||
Dockerfile | ||
README.md |
Debian Build Docker Image
The Dockerfile in this directory can be used to build the debian package for this project.
docker build . -t linux-wifi-hotspot-deb
docker run -it linux-wifi-hotspot-deb
cd /root
All build artifacts will be located in the /root
directory.
- Use
docker cp
to copy the desired artifacts out of the container.