Skip to content

Commit bf97b41

Browse files
committed
Added a basic Go webhook handler
I'm pushing this out because the Docker build actually requires getting the Go application from GitHub when building the image. Perhaps I should find a way to get it to use only the local version to avoid lots of extra commits. But I'm just testing the build process (not the application) so I think just getting it bootstrapped should be sufficient.
1 parent 4a04f13 commit bf97b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ USER builder
6363
WORKDIR /opt/MBE
6464

6565
RUN git clone https://github.com/xogeny/ModelicaBook.git
66+
67+
RUN go install xogeny/pubbook

0 commit comments

Comments
 (0)