mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 08:45:32 +00:00
BUGFIX: Dockerfile -- compilation
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:1.24
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN go build -tags=sqlite_fts5,sqlite_json,sqlite_foreign_keys,sqlite_vtable,sqlite_math_functions
|
||||
RUN go build -tags=sqlite_fts5,sqlite_json,sqlite_foreign_keys,sqlite_vtable
|
||||
EXPOSE 8090
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user