comic / Dockerfile
deeme's picture
Update Dockerfile
cc1ad01 verified
raw
history blame
146 Bytes
FROM node:20
RUN apt-get update && apt-get install -y curl
# 直接跳转到新网址
CMD ["sh", "-c", "exec curl -L https://comic.168369.xyz/"]