chore(lint): Fix trailing-whitespace

This commit is contained in:
Lev Vereshchagin
2021-12-10 11:50:39 +03:00
parent 2ac2b7ce43
commit 9f0d602c72
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine/git as builder
ARG GIT_REPO=https://github.com/frappe/frappe.git
ARG GIT_BRANCH=develop
RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe
RUN git clone --depth 1 -b ${GIT_BRANCH} ${GIT_REPO} /opt/frappe
FROM node:bullseye-slim