Skip to content

Commit

Permalink
Merge pull request #58 from jasonish/selinux/v1
Browse files Browse the repository at this point in the history
Makefile: allow volumes to work on selinux
  • Loading branch information
ReFil authored Nov 18, 2022
2 parents 2562f62 + f8756e3 commit 685f436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ TIMESTAMP := $(shell date -u +"%Y%m%d%H%M%S")
all:
$(DOCKER) build --tag zmk --file Dockerfile .
$(DOCKER) run --rm -it --name zmk \
-v $(PWD)/firmware:/app/firmware \
-v $(PWD)/config:/app/config:ro \
-v $(PWD)/firmware:/app/firmware:z \
-v $(PWD)/config:/app/config:ro,z \
-e TIMESTAMP=$(TIMESTAMP) \
zmk

Expand Down

0 comments on commit 685f436

Please sign in to comment.