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