Skip to content

Commit 6209ddd

Browse files
committed
add Dockerfile (SOFTWARE-5154)
1 parent 06eb1de commit 6209ddd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)