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