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 8f9fe26653 fixed when no schedules (null) hace 7 años
app fixed when no schedules (null) hace 7 años
docker init hace 7 años
public init hace 7 años
storage added settings backup/restore hace 7 años
.gitignore init hace 7 años
README.md init hace 7 años
composer.json init hace 7 años
composer.lock init hace 7 años
config.json added settings backup/restore hace 7 años
phpunit.xml init hace 7 años

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}"