raycast / Dockerfile
smgc's picture
Update Dockerfile
d315e99 verified
raw
history blame
No virus
150 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 .
EXPOSE 8000