amirrezapanahi / gtw

Home Page:https://gtw-three.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtw

Run the following to login in to the registry:

heroku container:login

Run this command to build your Docker image and push it to Heroku:

heroku container:push web --app [YOUR_APP_NAME]

Notice that we specify web, this indicates the process type we want to associate with this application. Further reading on process types can be found here.

And finally, run this to release the image to your application:

heroku container:release web --app [YOUR_APP_NAME]

We should now be able to navigate to our application hosted on Heroku by running:

heroku open --app [YOUR_APP_NAME]

About

https://gtw-three.vercel.app


Languages

Language:TypeScript 51.1%Language:CSS 25.5%Language:JavaScript 17.9%Language:Go 3.9%Language:HTML 1.5%Language:Dockerfile 0.2%