From 8c05bfae8e1158ecb12c1ba582c106852b4bb056 Mon Sep 17 00:00:00 2001 From: Willy Date: Thu, 2 Feb 2023 20:41:55 +0100 Subject: [PATCH] add a todo note --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0506d67b..46881acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,9 @@ RUN yarn build && yarn cache clean # Statping Golang BACKEND building from source # Creates "/go/bin/statping" and "/usr/local/bin/sass" for copying +# TODO something here breaks caching / forces a rebuild each time. fix +# * probably the COPY . . +# * also, the sass git clone isn't reproducible, we should version-pin that FROM golang:1.19-alpine AS backend LABEL maintainer="Statping-NG (https://github.com/statping-ng)" ARG VERSION