mirror of
https://github.com/fluencelabs/dashboard
synced 2025-03-16 13:30:48 +00:00
5 lines
93 B
Docker
5 lines
93 B
Docker
FROM nginx
|
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
COPY dist /usr/share/nginx/html
|