5 lines
105 B
Docker
5 lines
105 B
Docker
FROM nginx:stable
|
|
|
|
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY dist /usr/share/nginx/html
|