Skip to content
Snippets Groups Projects
Select Git revision
  • 3b86dcba67b33ab48fc132563076f95256b154bb
  • main default protected
  • fature/model-viewer
  • feature/jambe-sur-carte
  • test/imagedbase
5 results

index.html

Blame
  • Dockerfile 230 B
    FROM theiaide/theia-java:1.4.0
    
    COPY plugins /home/plugins
    COPY server.js /home/theia/src-gen/backend/server.js
    
    ENTRYPOINT [ "yarn", "theia", "start", "/home/project", "--hostname=0.0.0.0", "--plugins=local-dir:/home/plugins"]