Update docker/haste/Dockerfile

This commit is contained in:
colin 2024-01-19 19:40:44 +00:00
parent a22dfc9824
commit ccfeaa1c09
1 changed files with 1 additions and 1 deletions

View File

@ -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