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 hace 10 años
app init hace 10 años
docker init hace 10 años
public init hace 10 años
storage/logs init hace 10 años
.gitignore init hace 10 años
README.md init hace 10 años
composer.json init hace 10 años
composer.lock init hace 10 años
config.json init hace 10 años
phpunit.xml init hace 10 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}"