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 WORKDIR /app
COPY --from=builder /gowatch ./gowatch COPY --from=builder /gowatch ./gowatch
COPY ./ ./
RUN mkdir /config RUN mkdir /config
ENV GOWATCH_DATABASE_DSN "/config/database.db" ENV GOWATCH_DATABASE_DSN "/config/database.db"

View file

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