1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-17 01:32:29 +02:00

Update Dockerfile

This commit is contained in:
mrtnbr
2023-01-08 14:49:38 +01:00
committed by GitHub
parent 8c496ada76
commit a90da543ba

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/mrtnbr/pigallery2.git /build
RUN git clone https://github.com/bpatrik/pigallery2.git /build
WORKDIR /build
RUN npm install --unsafe-perm \
&& mkdir -p /build/release/data/config \