We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0c1e commit 632953aCopy full SHA for 632953a
1 file changed
Dockerfile
@@ -73,7 +73,7 @@ RUN set -ex; \
73
curl \
74
--fail \
75
--silent \
76
- --location https://api.github.com/repos/librebooking/app/tarball/${APP_GH_REF} \
+ --location https://api.github.com/repos/librebooking/librebooking/tarball/${APP_GH_REF} \
77
| tar --extract --gzip --directory=/var/www/html --strip-components=1; \
78
if [ -f /var/www/html/composer.json ]; then \
79
sed \
0 commit comments