diff --git a/docker/scripts/bootstrap.sh b/docker/scripts/bootstrap.sh index 9c08299..b49a2d8 100755 --- a/docker/scripts/bootstrap.sh +++ b/docker/scripts/bootstrap.sh @@ -27,4 +27,4 @@ then sed -i "s/secret\_key\_place\_holder/${SECRET_KEY}/" "${local_settings_file}" fi -ln -s "${local_settings_file}" "/pinry/pinry/settings/local_settings.py" \ No newline at end of file +cp "${local_settings_file}" "/pinry/pinry/settings/local_settings.py"