You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
FROM nginx:1.23
|
|
|
|
|
|
|
|
COPY nginx_container_build/nginx.conf /etc/nginx/nginx.conf
|
|
|
|
|
|
|
|
COPY main_site/_site /usr/share/nginx/html
|
|
|
|
COPY schemata /usr/share/nginx/html/schemata
|