mirror of
https://github.com/schollz/hostyoself.git
synced 2026-01-22 18:06:16 +00:00
fix dockerfile
This commit is contained in:
parent
3a62f092f1
commit
ab215af53e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ RUN apk add --no-cache git ca-certificates # add deps here (like make) if needed
|
|||
WORKDIR /go/hostyoself
|
||||
COPY . .
|
||||
# any pre-requisities to building should be added here
|
||||
# RUN go generate
|
||||
RUN go generate -v
|
||||
RUN go build -v
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue