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

dev: add a docker image to compile for devs #126

Closed

Conversation

vincenzopalazzo
Copy link

To build, move to the .docker dir and run docker build -f Dockerfile.dev -t phoenixd-dev ../ and then run the image with docker run -p 9740:9740 phoenixd-dev

for context, the repository does not build on archlinux (glibc problem) and I am still get the JVM panic in nix #12

So this adds a customized version of the Dockerfile for dev in order to be able to test custom code

To build, move to the .docker dir and run `docker build  -f
Dockerfile.dev -t phoenixd-dev ../` and then run the image with `docker run -p 9740:9740 phoenixd-dev`

Signed-off-by: Vincenzo Palazzo <[email protected]>
Copy link

@Safay99 Safay99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

@pm47
Copy link
Member

pm47 commented Feb 25, 2025

for context, the repository does not build on archlinux (glibc problem)

This shouldn't be the case anymore on master, see #150.

@vincenzopalazzo
Copy link
Author

This shouldn't be the case anymore on master, see #150.

Will look at it thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants