fix: Add test.sh to docker container
All checks were successful
Build Docker / BuildSite (push) Successful in 1m7s

This commit is contained in:
Nathan Woodburn 2024-06-22 19:09:27 +10:00
parent b909a5371f
commit 903f602119
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -11,6 +11,7 @@ COPY main.go ./
COPY go.mod ./
COPY go.sum ./
COPY templates ./templates/
COPY test.sh ./
RUN go get
RUN go build main.go
EXPOSE 3000