Files
test/Dockerfile
T
aayalew b7d4db6ae8
build-and-push / docker (push) Failing after 3m48s
registry check
2026-07-10 17:10:42 +03:00

4 lines
112 B
Docker

FROM public.ecr.aws/docker/library/nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80