mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-27 10:12:16 -05:00
5 lines
94 B
Python
Executable File
5 lines
94 B
Python
Executable File
#!/bin/sh
|
|
# This file is used by docker hub to build the image
|
|
|
|
docker build -t $IMAGE_NAME .
|