Skip to content

Commit

Permalink
Shorten docker compose build and remove unnecessary filament/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoResonance committed Jan 9, 2025
1 parent c57a0fe commit 0c59e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ x-common:
services:
panel:
image: ghcr.io/pelican-dev/panel:latest
build:
dockerfile: ./Dockerfile
build: ./
restart: always
networks:
- default
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"coderflex/filament-turnstile": "^2.2",
"dedoc/scramble": "^0.10.0",
"doctrine/dbal": "~3.6.0",
"filament/actions": "^3.2",
"filament/filament": "^3.2",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^11.7",
Expand Down

0 comments on commit 0c59e3c

Please sign in to comment.