You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 32e2c65f72 init 10 yıl önce
app init 10 yıl önce
docker init 10 yıl önce
public init 10 yıl önce
storage/logs init 10 yıl önce
.gitignore init 10 yıl önce
README.md init 10 yıl önce
composer.json init 10 yıl önce
composer.lock init 10 yıl önce
config.json init 10 yıl önce
phpunit.xml init 10 yıl önce

README.md

Luticate 2

Docker

projectName=myproject
apiLocation="/var/${projectName}"
httpPort=8080
wsPort=8180

imageName="${projectName}"-luticate2-image
containerName="${projectName}"-luticate2-container
cd docker
docker build -t "${tag}" 
docker run -d -v "${apiLocation}":/var/www -p ${httpPort}:80 -p ${wsPort}:81 --name="${containerName}" "${imageName}"