Skip to content

Commit

Permalink
Update entrypoint.sh (stupid mistake)
Browse files Browse the repository at this point in the history
Leftover causaing syntax error! AGAIN!!
  • Loading branch information
victor-rds committed Nov 5, 2021
1 parent 44e4b4b commit 0e45ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ case "${SERVER}" in
'uvicorn-https' | 'https')
_CMD="uvicorn etebase_server.asgi:application --host 0.0.0.0 --port ${PORT} --ssl-keyfile ${X509_KEY} --ssl-certfile ${X509_CRT}"
;;
)
'daphne' | 'uwsgi' | 'django-server')
dckr_error "Options no longer supported by Etebase! https://github.com/victor-rds/docker-etebase/issues/103"
;;
Expand Down

0 comments on commit 0e45ced

Please sign in to comment.