Skip to content
Snippets Groups Projects
Select Git revision
  • e342389216f436ad482bc180d97511b995c6a518
  • master default protected
  • dev
3 results

App.tsx

Blame
  • Dockerfile 96 B
    FROM nginx
    
    COPY nginx.conf /etc/nginx/conf.d/default.conf
    COPY app/build /usr/share/nginx/html