Is there an existing issue for this?
Current behavior
Docker reported plane-space unhealthy due to curl not installed.
But if installed, the requested URL returns error 404, still returns back as unhealthy container.
Need to add RUN apk add --no-cache curl befor this line and find out why http://127.0.0.1:3000/ returns 404.
Steps to reproduce
Install using setup.sh, it will pull docker image from artifacts.plane.so/makeplane/plane-space:${APP_RELEASE:-v1.2.2}
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v1.2.2
Is there an existing issue for this?
Current behavior
Docker reported plane-space unhealthy due to curl not installed.
But if installed, the requested URL returns error 404, still returns back as unhealthy container.
Need to add
RUN apk add --no-cache curlbefor this line and find out whyhttp://127.0.0.1:3000/returns 404.Steps to reproduce
Install using setup.sh, it will pull docker image from
artifacts.plane.so/makeplane/plane-space:${APP_RELEASE:-v1.2.2}Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v1.2.2