feat: add paerser as submodule and apply patch for nested maps

This commit is contained in:
Stavros
2025-12-30 16:08:40 +02:00
parent 333b854533
commit b37614f458
9 changed files with 112 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ FROM golang:1.25-alpine3.21
WORKDIR /tinyauth
COPY ./paerser ./paerser
COPY go.mod ./
COPY go.sum ./
@@ -20,4 +22,4 @@ ENV TINYAUTH_DATABASEPATH=/data/tinyauth.db
ENV TINYAUTH_RESOURCESDIR=/data/resources
ENTRYPOINT ["air", "-c", "air.toml"]
ENTRYPOINT ["air", "-c", "air.toml"]