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

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