mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Options before position args in old Docker?
This commit is contained in:
parent
b6342b5b76
commit
d023c28487
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ set -x
|
|||
|
||||
image="$1"
|
||||
cd $(dirname $0)
|
||||
docker build . -f "$image/Dockerfile" -t "$image"
|
||||
docker build -f "$image/Dockerfile" -t "$image" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue