Skip to content

devonik/laravel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

How to create and push a new docker image

  1. Build the docker file via
docker build -t "<dockerRegistryUrl>:<tag>" .
  1. Push the image to the registry
docker push -t "<dockerRegistryUrl>:<tag>" .

Restart the docker compose container

  1. Update the tag in the docker-compose.yml
  2. Restart the compose container
docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages