mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 23:30:20 +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
|