Skip to content
Snippets Groups Projects
Dockerfile 150 B
Newer Older
  • Learn to ignore specific revisions
  • François Agneray's avatar
    François Agneray committed
    FROM nginx
    
    
    COPY ./90-update-base-href.sh /docker-entrypoint.d/
    
    François Agneray's avatar
    François Agneray committed
    COPY dist/client /usr/share/nginx/html
    COPY nginx.conf /etc/nginx/conf.d/default.conf