3 lines
111 B
Docker
3 lines
111 B
Docker
FROM nginx:alpine
|
|
COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY frontend/ /usr/share/nginx/html/ |