1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

修改工作目录
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 7m10s

This commit is contained in:
xuthus 2024-06-12 15:07:48 +08:00
parent 0a7f0cc08f
commit 5457b621ed

View File

@ -2,7 +2,7 @@
#-----------------------------------------
FROM node:18.19-bullseye AS builder
RUN apt update && apt install -y --no-install-recommends libvips-dev python3
COPY pigallery2-release /app
COPY release /app
WORKDIR /app
RUN npm install --unsafe-perm --fetch-timeout=90000
RUN mkdir -p /app/data/config && \