3 lines
98 B
Docker
3 lines
98 B
Docker
FROM nginx:alpine
|
|
COPY . /usr/share/nginx/html
|
|
COPY ./assets/img/favicon.png /usr/share/nginx/html |