Skip to content
Snippets Groups Projects
Dockerfile 265 B
Newer Older
trantzas's avatar
trantzas committed
# Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx
trantzas's avatar
trantzas committed
FROM nginx:1.27.3
trantzas's avatar
trantzas committed
#Copy ci-dashboard-dist
COPY ./src /usr/share/nginx/html/nfvportal
#Copy default nginx configuration
COPY ./nginx-custom.conf /etc/nginx/conf.d/default.conf