mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
fix broken build (#209)
This commit is contained in:
parent
9dc2255a8f
commit
fc035868b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue