mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 04:57:28 -06:00
3 lines
80 B
Bash
3 lines
80 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|