All checks were successful
404 page build / page-build (push) Successful in 55s
3 lines
58 B
Docker
3 lines
58 B
Docker
FROM nginx:latest
|
|
COPY src /usr/share/nginx/html
|
|
EXPOSE 80 |