From ccfeaa1c090b8b02d4b768316c8551f77a2dad0c Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 19 Jan 2024 19:40:44 +0000 Subject: [PATCH] Update docker/haste/Dockerfile --- docker/haste/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/haste/Dockerfile b/docker/haste/Dockerfile index 9a41c21..397a7f9 100644 --- a/docker/haste/Dockerfile +++ b/docker/haste/Dockerfile @@ -1,6 +1,6 @@ FROM node:6-alpine as builder RUN apk add --no-cache git -RUN git clone https://git.nixc.us/Nixius/hastebin.git /app +RUN git clone --depth 1 https://git.nixc.us/Nixius/hastebin.git /app WORKDIR /app RUN npm install --production RUN chmod +x app.sh