mirror of
https://github.com/markqvist/LXMF.git
synced 2025-01-12 23:49:27 -05:00
6 lines
336 B
Docker
6 lines
336 B
Docker
|
# Run docker command one by one(all four), it will build LXMF artifact and copy to dist directory.
|
||
|
# No need to build locally and install dependencies
|
||
|
docker build -t lxmfdockerimage .
|
||
|
docker run -d -it --name lxmfdockercontainer lxmfdockerimage /bin/sh
|
||
|
docker cp lxmfdockercontainer:/home/myuser/dist .
|
||
|
docker rm -f lxmfdockercontainer
|