4 lines
102 B
Docker
4 lines
102 B
Docker
FROM nginx:stable-alpine-perl
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY build /usr/share/nginx/html/
|