generated from nathanwoodburn/go-webserver-template
fix: Add test.sh to docker container
All checks were successful
Build Docker / BuildSite (push) Successful in 1m7s
All checks were successful
Build Docker / BuildSite (push) Successful in 1m7s
This commit is contained in:
parent
b909a5371f
commit
903f602119
@ -11,6 +11,7 @@ COPY main.go ./
|
|||||||
COPY go.mod ./
|
COPY go.mod ./
|
||||||
COPY go.sum ./
|
COPY go.sum ./
|
||||||
COPY templates ./templates/
|
COPY templates ./templates/
|
||||||
|
COPY test.sh ./
|
||||||
RUN go get
|
RUN go get
|
||||||
RUN go build main.go
|
RUN go build main.go
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user