gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fc035868b231d8280bef3a728e3db72a77c3fde9
parent 9dc2255a8fab8ef0bc4b9f417c6131e4c468cb9c
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Sat, 11 Sep 2021 13:35:39 +0200

fix broken build (#209)


Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -23,7 +23,7 @@ ADD .git /go/src/github.com/superseriousbusiness/gotosocial/.git ADD version /go/src/github.com/superseriousbusiness/gotosocial/version # move the build script -ADD build.sh /go/src/github.com/superseriousbusiness/gotosocial/build.sh +ADD scripts/build.sh /go/src/github.com/superseriousbusiness/gotosocial/build.sh # do the build step RUN ./build.sh