Skip to content
Snippets Groups Projects
Select Git revision
  • f87a8c595a3832c46807fa2737128f08112413a1
  • master default protected
  • ansibleBranch
  • AURIN
4 results

Dockerfile

Blame
  • Sanjeevani Avasthi's avatar
    Sanjeevani Avasthi authored
    Update frontend/Dockerfile, frontend/Makefile, frontend/nginx.conf, frontend/static/index.html, frontend/static/Sports.css, frontend/static/Sports.js files
    25da1b87
    History
    Dockerfile 103 B
    FROM nginx:latest
    
    COPY ./static /usr/share/nginx/html
    
    COPY nginx.conf /etc/nginx/conf.d/default.conf