diff --git a/.gitignore b/.gitignore index e69de29..723ef36 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 2b4cf34..dd70e17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,16 +4,14 @@ FROM public.ecr.aws/docker/library/node:22-alpine3.20 ENV PATH=/root/.local/bin:$PATH # Install git for gitea actions and ansible -RUN <