made docker image smaller

This commit is contained in:
BroodjeAap 2022-12-30 16:53:37 +00:00
parent e3b175c763
commit b27bfe9d2c
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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