Fixed Docker run command
This commit is contained in:
parent
6ed826107e
commit
c8617115e7
1 changed files with 1 additions and 1 deletions
|
@ -15,10 +15,10 @@ Configure desktop by export DESKTOP variable. May be a river or sway.
|
|||
|
||||
Run the build for Sway:
|
||||
|
||||
export DESKTOP=sway
|
||||
docker run --privileged -i -v /proc:/proc \
|
||||
-v ${PWD}:/working_dir \
|
||||
-w /working_dir \
|
||||
-e DESKTOP=sway \
|
||||
debian:latest \
|
||||
/bin/bash -s etc/terraform.conf < build.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue