summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-11 13:35:39 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-11 13:35:39 +0200
commitfc035868b231d8280bef3a728e3db72a77c3fde9 (patch)
tree60704452c1babe680db6e89fc88123bcccccb452
parentkim is a reply guy (#208) (diff)
downloadgotosocial-fc035868b231d8280bef3a728e3db72a77c3fde9.tar.xz
fix broken build (#209)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8b44b6660..cb5308c4d 100644
--- 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