mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-02-16 15:09:48 +03:00
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|