mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-06-07 22:26:17 +02:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME ../
|