Skip to content

gsviec/laravel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku

Make sure you have a working Docker installation (eg. docker ps) and that you’re logged in to Heroku (heroku login) and Log in to Container Registry:

heroku container:login

Navigate to the app’s directory and create a Heroku app:

heroku create

Build the image and push to Container Registry:

heroku container:push web

Then release the image to your app:

heroku container:release web

Now open the app in your browser:

heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages