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"]