mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-30 02:34:13 -05:00
Licence: https://github.com/phpmyadmin/phpmyadmin/blob/master/composer.json
7 lines
204 B
Python
Executable File
7 lines
204 B
Python
Executable File
#!/bin/bash
|
|
# This file is used by docker hub to build the image
|
|
|
|
docker build --build-arg VCS_REF=`git rev-parse HEAD` \
|
|
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
|
|
-t $IMAGE_NAME .
|