Open niccoloraspa opened 2 years ago
I have also removed some files from the repository that, IMHO, shouldn't be committed
To test:
Build the image (from root of the repository)
docker build -t osmosis-info-frontend:local .
Run the image
docker run -p 8080:8080 -ti osmosis-info-frontend:local
Go to http://localhost:8080/
Sorry missing this PR, Can we add on Clickup too It's fixing Docker ?
This PR improves the
Dockerfile
allowing the possibility to specify anAPI_URL
at run time (defaultapi-osmosis.imperator.co
).This PR updates the
docker
GitHub Action pushing a new docker images on every commit to main / tag.