Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile and docker-compose config #146

Merged
merged 3 commits into from
Apr 3, 2024

Commits on Mar 29, 2024

  1. Add Dockerfile and docker-compose config

    This allows building and running Gephi on any host and any operating
    system without installing Node.js, npm and project dependecies.
    justpresident committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    787dc71 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Correct docker for dev

    - only compose volume, no copy so no dockerfile
    - entrypoint to install and start
    - as node user to preserve 1000:1000 user in node_modules
    paulgirard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8ceb325 View commit details
    Browse the repository at this point in the history
  2. Docker dev only warning

    paulgirard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8d63762 View commit details
    Browse the repository at this point in the history