Skip to content

Commit b8d5cf7

Browse files
committed
hotfix
1 parent fcdafc8 commit b8d5cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN composer install --no-dev --optimize-autoloader
3333
COPY . .
3434

3535
# Move vendor folder to the correct location
36-
RUN rm -rf src/private/vendor && mv vendor src/private/vendor
36+
RUN rm -rf src/private/vendor && mv vendor src/private
3737

3838
# Set permissions
3939
RUN chown -R www-data:www-data /var/www/html/src/private/uploads

0 commit comments

Comments
 (0)