-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Refactor the RUN instruction in deployment/choreo/development/docker/neo4j/Dockerfile to be more efficient and correct.
Issues identified in PR #422 discussion:
- Redundant Package Installation:
wget,unzip, andneo4jare likely already installed or can be optimized. - Unnecessary Variables:
GITHUB_REPO,VERSION,ENV_NAMEare redundant aliases for environment variables. - Incomplete Permissions:
chownis missing/var/lib/neo4j/runandchmod -R 755is missing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To triage