Skip to content

Commit 28b07a5

Browse files
committed
add missing \
1 parent 8b1c36d commit 28b07a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY site.conf /etc/apache2/sites-enabled/000-default.conf
2929

3030
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
3131

32-
RUN composer install --working-dir=/usr/src/nextcloud/apps/solid --no-dev --prefer-dist
32+
RUN composer install --working-dir=/usr/src/nextcloud/apps/solid --no-dev --prefer-dist \
3333
&& rm /usr/local/bin/composer
3434

3535
WORKDIR /var/www/html

0 commit comments

Comments
 (0)