+2
-4
@@ -1,8 +1,6 @@
|
|||||||
FROM python:3-alpine
|
FROM python:3
|
||||||
|
|
||||||
RUN apk add --no-cache git \
|
RUN pip install pre-commit
|
||||||
&& pip install pre-commit
|
|
||||||
&& git config --global --add safe.directory /data
|
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user