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

Dockerfile #1

Open
jerkyrs opened this issue Jan 30, 2021 · 1 comment
Open

Dockerfile #1

jerkyrs opened this issue Jan 30, 2021 · 1 comment

Comments

@jerkyrs
Copy link

jerkyrs commented Jan 30, 2021

Instead of running GO locally in dev environment with Make and relying on local system the build should be completed by using a Dockerfile , this way you will be able to build it anywhere that has standard docker installed

docker build -f Dockerfile . -t iconloop/rosetta-icon:latest

This should build entire process within container instead of locally, once its build you can use your docker-compose to run your node (will need to update docker-compose with correct naming for tag above)

@cow-hs
Copy link
Contributor

cow-hs commented Feb 24, 2021

We are considering it, but due to internal circumstances, we will not be able to apply the advice and will guide you to use our docker-compose.

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

No branches or pull requests

2 participants