Don't show Dockerfile before building

main
Alexander Graf 2 years ago
parent dd3cd1263e
commit 36019a8ce9
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -87,7 +87,6 @@ EOF
# build
chmod -R u+rwX,go+rX .
cat Dockerfile
"${docker}" build --tag "${DEV_NAME}:latest" .
# gather volumes to map into container

Loading…
Cancel
Save