baserow: bin will already exist now

This commit is contained in:
Luke Granger-Brown 2023-04-02 14:18:35 +00:00
parent 288dd34192
commit 726e9024bd

View file

@ -103,7 +103,6 @@ let
--replace 'APPLICATION_TEMPLATES_DIR = os.path.join(BASE_DIR, "../../../templates")' "APPLICATION_TEMPLATES_DIR = '${templates}'" --replace 'APPLICATION_TEMPLATES_DIR = os.path.join(BASE_DIR, "../../../templates")' "APPLICATION_TEMPLATES_DIR = '${templates}'"
''; '';
postInstall = '' postInstall = ''
mkdir $out/bin
install -m 0755 ${./backend/gunicorn.py} $out/bin/baserow-gunicorn install -m 0755 ${./backend/gunicorn.py} $out/bin/baserow-gunicorn
install -m 0755 ${./backend/celery.py} $out/bin/baserow-celery install -m 0755 ${./backend/celery.py} $out/bin/baserow-celery
''; '';