Skip to content

Add Dockerfile #1

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

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

Conversation

air3ijai
Copy link

It may be useful to run that app in the Docker in some cases.

This is 2 steps build to get a smaller resulting size

docker images -a

REPOSITORY      TAG       IMAGE ID       CREATED         SIZE
2-step-alpine   latest    17823fc20ca8   2 minutes ago   402MB
1-step-alpine   latest    230e76ecb523   3 minutes ago   455MB

It was tested in the following way

# Build
docker build -t ethereum-wallet-generator .

# Run
docker run --rm -p 3000:3000 ethereum-wallet-generator

# Browser
http://localhost:3000

Copy link

vercel bot commented Mar 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
ethereum-wallet-generator ⬜️ Ignored (Inspect) Visit Preview Mar 30, 2024 7:01pm

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