5 lines
134 B
Docker
5 lines
134 B
Docker
FROM nginx:1.27-alpine
|
|
|
|
COPY frontend/nginx.frontend.conf /etc/nginx/conf.d/default.conf
|
|
COPY frontend/public/ /usr/share/nginx/html/
|