Skip to content

Commit 342b3b1

Browse files
author
soeren
committed
Include Filament assets in image build
1 parent 3bbc2b6 commit 342b3b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ WORKDIR /var/www/html
1515
COPY package.json package-lock.json ./
1616
RUN npm ci --no-audit --fund=false
1717

18+
COPY --from=vendor /var/www/html/vendor ./vendor
1819
COPY resources ./resources
1920
COPY public ./public
2021
COPY vite.config.js ./

0 commit comments

Comments
 (0)