made docker image smaller
This commit is contained in:
parent
e3b175c763
commit
b27bfe9d2c
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ COPY . ./
|
|||
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o /gowatch
|
||||
|
||||
|
||||
FROM golang:1.19-alpine AS base
|
||||
FROM alpine AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
3
todo.md
3
todo.md
|
@ -3,7 +3,8 @@
|
|||
- run/fix staticcheck
|
||||
- add browserless support ?
|
||||
- show startup warnings on page?
|
||||
- try to make docker image smaller
|
||||
- ~~try to make docker image smaller~~
|
||||
- test if things still work
|
||||
- add compose templates for:
|
||||
- sqlite
|
||||
- sqlite+apprise
|
||||
|
|
Loading…
Add table
Reference in a new issue