mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
4 lines
191 B
Docker
4 lines
191 B
Docker
FROM nginx:1.27-alpine
|
|
COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY app/web/ /usr/share/nginx/html/
|
|
RUN cp /usr/share/nginx/html/landing.html /usr/share/nginx/html/index.html
|