mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Modify tar command in Dockerfile
Removed strip-components option from tar command. Signed-off-by: TheNewSound <info@worldwidecrap.nl>
This commit is contained in:
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -9,7 +9,7 @@ RUN chown www-data:www-data /tmp/invoiceninja.tar.gz
|
||||
|
||||
USER www-data
|
||||
|
||||
RUN tar -xzf /tmp/invoiceninja.tar.gz -C /var/www/html --strip-components=1 \
|
||||
RUN tar -xzf /tmp/invoiceninja.tar.gz -C /var/www/html \
|
||||
&& rm /tmp/invoiceninja.tar.gz \
|
||||
&& ln -s /var/www/html/resources/views/react/index.blade.php /var/www/html/public/index.html \
|
||||
&& php artisan storage:link \
|
||||
|
||||
Reference in New Issue
Block a user