dev: rewrite TODOs

This commit is contained in:
mcolonna 2025-04-02 18:38:09 +02:00
parent de7f8e0492
commit 0e38c9cdd3
4 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# TODO no latest
# TODO(any)(latest)
FROM alpine:latest
EXPOSE 443
@ -9,7 +9,7 @@ RUN apk add curl
RUN apk fix
# install nginx
# TODO installed automatically?
# TODO(any) installed automatically?
#RUN apk add openssl curl ca-certificates
RUN printf "%s%s%s%s\n" \
"@nginx " \