5 lines
95 B
Plaintext
Executable File
5 lines
95 B
Plaintext
Executable File
docker build -t web-stack \
|
|
--no-cache \
|
|
--build-arg UID=$(id -u) \
|
|
--build-arg GID=$(id -g) .
|