diff --git a/Dockerfile b/Dockerfile index c61ffe9a..01122ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ENV NODE_ENV prod WORKDIR /app -RUN apk add git -y RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt COPY package*.json ./