mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace Cayley with SQLite3
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
ARG GO_VERSION=1.15
|
||||
ARG CGO_ENABLED=0
|
||||
ARG CGO_ENABLED=1
|
||||
ARG NODE_VERSION=14.11
|
||||
|
||||
FROM golang:${GO_VERSION}-alpine AS go-builder
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache build-base
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY cmd ./cmd
|
||||
|
Reference in New Issue
Block a user