mirror of
https://github.com/macintoshplus/php.git
synced 2026-03-24 00:42:11 +01:00
9 lines
79 B
Bash
Executable File
9 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DIR=$(dirname $0)
|
|
|
|
cd $DIR
|
|
|
|
docker build -t php72 --network host .
|
|
|