mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Fix Dockerfile
This commit is contained in:
parent
226762f8e1
commit
35753c55a1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ COPY go.mod go.sum ./
|
|||
RUN go mod download
|
||||
COPY cmd ./cmd
|
||||
COPY pkg ./pkg
|
||||
RUN go build ./cmd/hetty
|
||||
RUN go build -o hetty ./cmd/hetty
|
||||
|
||||
FROM node:${NODE_VERSION}-alpine AS node-builder
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in a new issue