From 597d62975e4af99b2dc72163b471e8c3b6ee1ff7 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 10 Nov 2021 10:50:28 -0300 Subject: [PATCH] Containerfile: copiar assets y templates --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0dda009..b99be3a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/alpine:3.14 -COPY nft.nulo.in index.tmpl nft.tmpl /app/ +COPY nft.nulo.in templates assets /app/ WORKDIR /app EXPOSE 5050/tcp ENTRYPOINT ["/app/nft.nulo.in"]