mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 18:14:23 -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 .
|