mirror of
https://github.com/amigan/aim-oscar-server.git
synced 2024-11-21 12:09:48 -05:00
6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
COMMIT="$(git rev-parse --short HEAD)"
|
|
TAG="space4llamas/aim:$COMMIT"
|
|
set -x
|
|
docker build -t $TAG .
|