fixed /srv owner bug for basex

This commit is contained in:
2022-01-20 16:36:57 +01:00
parent 0065009a28
commit c14b7ab8af
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -28,6 +28,8 @@ buildnc_client:
docker-compose build --no-cache --build-arg USER_UID=$(USER_UID) --build-arg USER_UNAME=$(USER_UNAME) --build-arg USER_GID=$(USER_GID) --build-arg USER_GNAME=$(USER_GNAME) client
up:
docker-compose up
upd:
docker-compose up -d
up_basex: