osmosis-labs / osmosis-info-front

Osmosis Analytics Interface
https://osmosis-info-front.vercel.app
32 stars 22 forks source link

Update Dockerfile and Docker Github Action #52

Open niccoloraspa opened 2 years ago

niccoloraspa commented 2 years ago

This PR improves the Dockerfile allowing the possibility to specify an API_URL at run time (default api-osmosis.imperator.co).

This PR updates the docker GitHub Action pushing a new docker images on every commit to main / tag.

niccoloraspa commented 2 years ago

I have also removed some files from the repository that, IMHO, shouldn't be committed

niccoloraspa commented 2 years ago

To test:

  1. Build the image (from root of the repository) docker build -t osmosis-info-frontend:local .

  2. Run the image docker run -p 8080:8080 -ti osmosis-info-frontend:local

  3. Go to http://localhost:8080/

IbrarMakaveli commented 1 year ago

Sorry missing this PR, Can we add on Clickup too It's fixing Docker ?