mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Update Dockerfile
This commit is contained in:
parent
8c496ada76
commit
a90da543ba
@ -3,7 +3,7 @@
|
|||||||
FROM node:18-buster AS builder
|
FROM node:18-buster AS builder
|
||||||
# LABEL maintainer="Patrik J. Braun"
|
# LABEL maintainer="Patrik J. Braun"
|
||||||
# copying only package{-lock}.json to make node_modules cachable
|
# 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
|
WORKDIR /build
|
||||||
RUN npm install --unsafe-perm \
|
RUN npm install --unsafe-perm \
|
||||||
&& mkdir -p /build/release/data/config \
|
&& mkdir -p /build/release/data/config \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user