Initial commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM public.ecr.aws/docker/library/node:22-alpine3.20
|
||||
|
||||
# Install git for gitea actions and ansible
|
||||
RUN apk add --no-cache git grype bash
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
COPY entrypoint.sh .
|
||||
|
||||
RUN chmod +x /usr/src/entrypoint.sh
|
||||
ENTRYPOINT ["bash","-c","/usr/src/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user