Skip to content
Snippets Groups Projects
Dockerfile 196 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    FROM cozy/cozy-app-dev
    
    
    COPY docker-entrypoint.sh /
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    COPY cozy-app-dev-with-app.sh /usr/bin/
    RUN ln -s /usr/bin/cozy-app-dev-with-app.sh / # backwards compat
    
    
    ENTRYPOINT [ "docker-entrypoint.sh" ]