Minified html

This commit is contained in:
Nate Choe
2022-06-06 16:02:40 -05:00
parent d21ae6b2ca
commit 46a95c1330
3 changed files with 44 additions and 3 deletions

View File

@@ -6,5 +6,6 @@ RUN make
FROM debian:stable-slim AS run
COPY --from=build /ncdg/build/ncdg /usr/bin/ncdg
RUN apt-get update && apt-get upgrade -y
ENTRYPOINT [ "ncdg", "/dev/stdin" ]