We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6c062 commit a7b88a3Copy full SHA for a7b88a3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM xhofe/alist:latest
+FROM xhofe/alist:v2.6.4
2
LABEL MAINTAINER="i@nn.ci"
3
4
ARG DATABASE_URL
@@ -11,4 +11,4 @@ RUN chmod +x /main
11
ADD entrypoint.sh /entrypoint.sh
12
RUN chmod +x /entrypoint.sh
13
14
-ENTRYPOINT ["sh", "/entrypoint.sh"]
+ENTRYPOINT ["sh", "/entrypoint.sh"]
0 commit comments