6 lines
121 B
Docker
6 lines
121 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./out /usr/share/nginx/html
|
|
|
|
COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf
|