1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Update run_dev.sh

This commit is contained in:
Florent Daigniere 2022-11-23 17:07:48 +01:00 committed by GitHub
parent ee512112fb
commit 4d8bd210c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ EOF
# build
chmod -R u+rwX,go+rX .
"${docker}" build --build-arg TARGETPLATFORM=linux/amd64 --tag "${DEV_NAME}:latest" .
"${docker}" build --tag "${DEV_NAME}:latest" .
# gather volumes to map into container
volumes=()