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 06eb1de commit 6209dddCopy full SHA for 6209ddd
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM library/python:3.7-alpine
2
+
3
+LABEL maintainer OSG Software <[email protected]>
4
5
+COPY *.py /usr/local/bin/
6
7
+ENTRYPOINT ["/usr/local/bin/group_fixup.py", "--fix-all"]
8
0 commit comments