Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repository files navigation

portfolio

Symfony Badge Nginx Badge PHP Badge MySQL Badge Adminer Badge Vue.js Badge Vuetify Badge

Docker Set up

  1. Install Docker on your local machine:
OS Tutorial URL
LinuxOS https://docs.docker.com/engine/install/ubuntu/
MacOS https://www.docker.com/products/docker-desktop/
  1. Launch the following command to pull image and install container
docker compose up --build -d

Project Set Up

  1. To enter into the php container, type in your terminal
docker exec -it portfolio_project_php sh
  1. Make install
composer install
  1. if we have donc view the web site, in the php container
npm run install

TIPS

You can execute command without enter into container. For example composer install could be launched outside the container with the following command

docker exec -it portfolio_project_php composer install

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages