mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-17 04:00:39 +01:00
* go mod tidy * complete example config * add tls support for db connection * add certpool to tlsConfig * add some lil docker scripts
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|