dev-containers/web-stack/docker-build
2024-09-30 18:42:40 +02:00

5 lines
95 B
Plaintext
Executable File

docker build -t web-stack \
--no-cache \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) .