1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-07 21:37:01 +09:00

Makefile fixed for selinux

This commit is contained in:
Grigory Efimov 2025-01-08 18:02:08 -03:00
parent 176071776d
commit 477ba38979
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -17,7 +17,7 @@ else
docker buildx build --load --tag generateconfig-env --file Dockerfile-generateconfig-env .
endif
docker run --rm \
--volume ${CURDIR}/:/code/ \
--volume ${CURDIR}/:/code/:Z \
generateconfig-env
start: generate_env