fycursor / Dockerfile
hstz's picture
Update Dockerfile
ee8fd05 verified
raw
history blame contribute delete
219 Bytes
FROM wisdgod/cursor-api:v0.1.3-rc.4-pre
RUN touch /app/.token && \
touch /app/.token-list && \
chmod 777 /app && \
chmod 777 /app/.token && \
chmod 777 /app/.token-list && \
chmod 755 /app/cursor-api