mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #647] [MERGED] Speed up docker start #874
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/647
Author: @Freddo3000
Created: 10/20/2024
Status: ✅ Merged
Merged: 10/21/2024
Merged by: @lancepioch
Base:
main← Head:hotfix/speedup-docker-start📝 Commits (1)
bbd7daaSpeed up docker start📊 Changes
2 files changed (+3 additions, -2 deletions)
View changed files
📝
.github/docker/entrypoint.sh(+1 -1)📝
Dockerfile(+2 -1)📄 Description
Starting the docker container is hampered due to setting
chown -R www-data:www-data /var/www/html/on every start, causing it to traverse the entire directory which in our use case is very slow. This PR instead changes it to set permissions as part of the build process.Sidenote: Is
LE_EMAILsupposed to be used in addition toADMIN_EMAIL?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.