Skip to content

Commit 74ee2f9

Browse files
committed
accidental indent of COPY command
1 parent bbae975 commit 74ee2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/alpine/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:18-alpine3.17 AS builder
44
RUN apk add --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.17/community/ \
55
python3 build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python && \
66
rm /var/cache/apk/*
7-
COPY pigallery2-release /app
7+
COPY pigallery2-release /app
88
WORKDIR /app
99
RUN npm install --unsafe-perm --fetch-timeout=90000
1010
RUN mkdir -p /app/data/config && \

0 commit comments

Comments
 (0)