4 lines
62 B
Text
4 lines
62 B
Text
|
|
FROM nginx:alpine
|
||
|
|
EXPOSE 80
|
||
|
|
COPY _site/ /usr/share/nginx/html
|