Skip to content

Commit

Permalink
Replace the image name with the name of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed May 18, 2024
1 parent fd93f1f commit c4d0ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start_new_project
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ INTERNAL_IPS=127.0.0.1,0.0.0.0
EOF

just clean_extra_files
sed -i '' "s|image: epicserve/django-base-site|image: $PROJECT_NAME_SLUG|" docker-compose.yml
find ./public -name ".keep" | xargs rm -rf

echo ""
Expand Down

0 comments on commit c4d0ec5

Please sign in to comment.