All checks were successful
Build and Push Image / Build and push image (push) Successful in 41s
3 lines
58 B
Docker
3 lines
58 B
Docker
FROM nginx:1.25-alpine-slim
|
|
COPY . /usr/share/nginx/html
|