diff options
author | 2021-09-11 13:35:39 +0200 | |
---|---|---|
committer | 2021-09-11 13:35:39 +0200 | |
commit | fc035868b231d8280bef3a728e3db72a77c3fde9 (patch) | |
tree | 60704452c1babe680db6e89fc88123bcccccb452 | |
parent | kim is a reply guy (#208) (diff) | |
download | gotosocial-fc035868b231d8280bef3a728e3db72a77c3fde9.tar.xz |
fix broken build (#209)
-rw-r--r-- | Dockerfile | 2 |
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 |