fix broken build

This commit is contained in:
tsmethurst 2021-09-11 13:22:27 +02:00
commit aecc306c84

View file

@ -23,7 +23,7 @@ ADD .git /go/src/github.com/superseriousbusiness/gotosocial/.git
ADD version /go/src/github.com/superseriousbusiness/gotosocial/version ADD version /go/src/github.com/superseriousbusiness/gotosocial/version
# move the build script # 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 # do the build step
RUN ./build.sh RUN ./build.sh