Skip to content
Snippets Groups Projects
Commit a3bd7103 authored by Kamil Manka's avatar Kamil Manka
Browse files

While loop removed

parent b0eec369
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Mapping local plugin dev directory to the Prestashop data container.
```bash
export DEV_DIR /home/yourhome/path/to/seqr/plugin
docker-compose up
docker-compose up -d
```
......
......@@ -4,5 +4,6 @@ unzip -q /tmp/temp -d /tmp
cp -rf /tmp/prestashop/* /var/www/html
rm -rf /tmp/*
chown -R www-data:www-data /var/www
chmod -Rf 777 /var/www/html/modules/seqr
while true; do true; done;
exec /bin/true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment