Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni 8f9fe26653 fixed when no schedules (null) il y a 7 ans
app fixed when no schedules (null) il y a 7 ans
docker init il y a 7 ans
public init il y a 7 ans
storage added settings backup/restore il y a 7 ans
.gitignore init il y a 7 ans
README.md init il y a 7 ans
composer.json init il y a 7 ans
composer.lock init il y a 7 ans
config.json added settings backup/restore il y a 7 ans
phpunit.xml init il y a 7 ans

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