mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace SQLite with BadgerDB
This commit is contained in:
@ -2,7 +2,7 @@ ARG GO_VERSION=1.16
|
||||
ARG NODE_VERSION=14.11
|
||||
ARG ALPINE_VERSION=3.12
|
||||
|
||||
ARG CGO_ENABLED=1
|
||||
ARG CGO_ENABLED=0
|
||||
|
||||
FROM node:${NODE_VERSION}-alpine AS node-builder
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user