Skip to content

ikiranis/apache-for-vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Docker with Apache/PHP for Vue App

  • Edit .env file with your settings

  • Run

docker-compose build & docker-compose up -d
  • /www folder will be created

  • Put your Vue application files in /www folder

  • Edit Vue .env files, install depedencies etc

You can create your apache image instead of apps4net/vue-apache with the command:

docker build -t vue-apache docker/apache

Then use this at docker-compose.yml file

image: vue-apache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published