mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #2051] [CLOSED] Fix Plugins Symlink in Dockerfile #1733
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2051
Author: @matthewzhaocc
Created: 12/25/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
e87dccfplugins already exist, must do ln -sT📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
Dockerfile.dev(+1 -1)📄 Description
Currently, when you look into the docker image provided upstream, it creates
/var/www/html/plugins/pluginsinstead of the correct/var/www/html/pluginsfolder symlinked to/pelican-data/plugins.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.