diff --git a/Dockerfile b/Dockerfile index 8c9dc144d..63213849a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,6 @@ RUN apk update && \ COPY requirements.txt /tmp RUN python3 -m pip install -r /tmp/requirements.txt -RUN ln -s `which python3` /usr/bin/python COPY package.json package-lock.json /site/ RUN npm i RUN git config --global --add safe.directory /site