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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 <vincenzopalazzodev@gmail.com>
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.

1 participant