Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Conversation

jose-carmona
Copy link

This PR add to the project the ability to run under docker: no software is necessary to install previously (except docker obviously).

Notes

Build sigma docker image:

docker build -t primevue/sigma . 

Run sigma docker image:

docker run -it -p 8080:8080 --rm --name sigma primevue/sigma

then navigate to http://localhost:8080/

If you want to develop with the project under docker you can mount the project to the docker image and run it in dev mode using the dev.sh script as entrypoint. You can run sigma docker image in dev mode with:

docker run -it -p 8080:8080 -v $PWD:/app --rm --entrypoint="/dev.sh" --name sigma primevue/sigma

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant