raycast / Dockerfile
smgc's picture
Update Dockerfile
7f54e7e verified
raw
history blame
No virus
155 Bytes
# 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 ./sync
EXPOSE 8000