1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-23 01:27:14 +02:00

Update Dockerfile

This commit is contained in:
mrtnbr 2023-01-07 22:23:41 +01:00 committed by GitHub
parent 2cb4d2045d
commit f3b8403293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
FROM node:18-buster AS builder
# LABEL maintainer="Patrik J. Braun"
# copying only package{-lock}.json to make node_modules cachable
RUN git clone https://github.com/bpatrik/pigallery2.git /build
RUN git clone https://github.com/mrtnbr/pigallery2.git /build
WORKDIR /build
RUN npm install --unsafe-perm \
&& mkdir -p /build/release/data/config \