3 lines
70 B
Docker
3 lines
70 B
Docker
FROM nginx:latest
|
|
COPY ./frontend/index.html /var/www/html/index.html
|
FROM nginx:latest
|
|
COPY ./frontend/index.html /var/www/html/index.html
|