Select Git revision
Sanjeevani Avasthi authored
Update frontend/Dockerfile, frontend/Makefile, frontend/nginx.conf, frontend/static/index.html, frontend/static/Sports.css, frontend/static/Sports.js files
Dockerfile 103 B
FROM nginx:latest
COPY ./static /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf