802ae697c3
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m39s
4 lines
90 B
Docker
4 lines
90 B
Docker
FROM nginx:alpine
|
|
|
|
COPY _site /var/www/html
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf |