Add docker build args (#3826)

This commit is contained in:
jekkos
2024-02-01 22:54:22 +01:00
committed by jekkos
parent 9315d56408
commit 84f3bd3bfb

View File

@@ -6,10 +6,13 @@ services:
ospos:
build:
context: .
args:
- UID=${USERID}
- GID=${GROUPID}
target: ospos_dev
container_name: ospos_dev
restart: always
user: "${UID}:${GID}"
user: "${USERID}:${GROUPID}"
depends_on:
- mysql
ports: