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 721878d commit f9907beCopy full SHA for f9907be
Dockerfile
@@ -1 +1,7 @@
1
-FROM aryan02420/userfetch:latest
+FROM aryan02420/userfetch:v1
2
+
3
+WORKDIR /github/workspace
4
5
+COPY entrypoint.sh /entrypoint.sh
6
7
+ENTRYPOINT ["/entrypoint.sh"]
entrypoint.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+userfetch --ci -c $1 -s $2
0 commit comments