From 09474eca0a22c0d0baaad1760b91c7467bba909b Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 18 Dec 2022 11:16:17 +0000 Subject: [PATCH] updated docker build for embed --- Dockerfile | 1 - todo.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c25ce7..fd24cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/todo.md b/todo.md index 5beeb12..d7b551a 100644 --- a/todo.md +++ b/todo.md @@ -7,6 +7,4 @@ - twitter? - sms? - etch? -- ~~implement embed.FS~~ - - change docker builds - trusted proxies in conf? \ No newline at end of file