Skip to content

Commit e280d0a

Browse files
add missing importmap:install in debug builds
1 parent 5587c62 commit e280d0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/app/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ COPY --from=vendor-debug /var/www/html/vendor ./vendor
118118
COPY --chown=82:82 . ./
119119

120120
RUN TZ=UTC composer dump-autoload \
121+
&& php bin/console importmap:install --no-interaction \
121122
&& mkdir -p var/cache var/log \
122-
&& chown -R 82:82 var
123+
&& chown -R 82:82 var assets/vendor
123124

124125
############################
125126
# Stage: phpfpm-debug

0 commit comments

Comments
 (0)