Skip to content

Commit

Permalink
fix: removed tailwind config import and reverted docker file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Apr 15, 2024
1 parent caa8a92 commit 0b7176e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/ops/docker/app/app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ RUN composer dump-autoload -o
FROM node:18-alpine AS assets-build
WORKDIR /var/www/html
COPY . /var/www/html/
COPY --from=build-fpm /var/www/html/vendor/filament/support/tailwind.config.preset.js /var/www/html/vendor/filament/support/tailwind.config.preset.js
RUN npm ci
RUN npm run build

Expand Down
1 change: 0 additions & 1 deletion resources/ops/docker/nginx/nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN composer dump-autoload -o
FROM node:18-alpine AS assets-build
WORKDIR /var/www/html
COPY . /var/www/html/
COPY --from=build-fpm /var/www/html/vendor/filament/support/tailwind.config.preset.js /var/www/html/vendor/filament/support/tailwind.config.preset.js
RUN npm ci
RUN npm run build

Expand Down

0 comments on commit 0b7176e

Please sign in to comment.