diff --git a/Dockerfile b/Dockerfile index 057eb4d..16ededb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM public.ecr.aws/docker/library/node:22-alpine3.20 +LABEL ACT_IMAGE=true + # PIPX Paths ENV PATH=/root/.local/bin:$PATH