adds svelte API

This commit is contained in:
Christian Beutel
2024-03-09 16:46:02 +01:00
parent 33c3b273ab
commit 1b493f576e
114 changed files with 1574 additions and 2528 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /
COPY go.mod ./
COPY go.sum ./
COPY pb_migrations ./pb_migrations
COPY migrations ./migrations
RUN go mod download
@@ -14,8 +14,8 @@ COPY *.go ./
RUN go build -o /pocketbase
RUN /pocketbase migrate
ENV PUBLIC_MEILISEARCH_URL=http://localhost:7700
ENV MEILISEARCH_MASTER_KEY=
ENV MEILI_URL=http://localhost:7700
ENV MEILI_MASTER_KEY=
EXPOSE 8090