updated docker build for embed

This commit is contained in:
BroodjeAap 2022-12-18 11:16:17 +00:00
parent af44423453
commit 09474eca0a
2 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ FROM golang:1.19-alpine AS base
WORKDIR /app
COPY --from=builder /gowatch ./gowatch
COPY ./ ./
RUN mkdir /config
ENV GOWATCH_DATABASE_DSN "/config/database.db"

View file

@ -7,6 +7,4 @@
- twitter?
- sms?
- etch?
- ~~implement embed.FS~~
- change docker builds
- trusted proxies in conf?