mirror of
https://github.com/ruvnet/RuView
synced 2026-07-20 17:03:24 +00:00
5 lines
107 B
Docker
5 lines
107 B
Docker
FROM nginx:alpine
|
|
COPY . /usr/share/nginx/html/
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 8080
|