# build stage FROM ghcr.io/yufeikang/raycast_api_proxy:main RUN sed -i'' 's|--port 80|--port 8000|g' /entrypoint.sh RUN chmod 777 -R . EXPOSE 8000