All checks were successful
Gitea Actions Demo / bake (push) Successful in 1m55s
6 lines
152 B
Docker
6 lines
152 B
Docker
FROM nginx:latest
|
|
COPY cats /usr/share/nginx/html/cats
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 80
|