add a todo note

pull/1118/head
Willy 2023-02-02 20:41:55 +01:00
parent fa7ec5f009
commit 8c05bfae8e
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 3 additions and 0 deletions

View File

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