mirror of
https://github.com/wushuo894/ani-rss.git
synced 2026-03-13 09:20:23 +00:00
删除armv7的构建
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
FROM wushuo894/eclipse-temurin-arm32v7:17-jre
|
||||
|
||||
COPY docker/run.sh /run.sh
|
||||
COPY docker/exec.sh /exec.sh
|
||||
COPY target/ani-rss-jar-with-dependencies.jar /usr/app/ani-rss-jar-with-dependencies.jar
|
||||
WORKDIR /usr/app
|
||||
VOLUME /config
|
||||
ENV PUID=0 PGID=0 UMASK=022
|
||||
ENV PORT=7789 CONFIG=/config TZ=Asia/Shanghai
|
||||
EXPOSE $PORT
|
||||
RUN chmod +x /exec.sh /run.sh
|
||||
CMD ["/exec.sh"]
|
||||
Reference in New Issue
Block a user