updated docker build for embed
This commit is contained in:
parent
af44423453
commit
09474eca0a
2 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||||
|
|
2
todo.md
2
todo.md
|
@ -7,6 +7,4 @@
|
||||||
- twitter?
|
- twitter?
|
||||||
- sms?
|
- sms?
|
||||||
- etch?
|
- etch?
|
||||||
- ~~implement embed.FS~~
|
|
||||||
- change docker builds
|
|
||||||
- trusted proxies in conf?
|
- trusted proxies in conf?
|
Loading…
Add table
Reference in a new issue