pull/4986/head
Christian Winther 2024-03-06 21:34:15 +00:00
rodzic 9d9a4cbe20
commit 37b4705245
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -196,7 +196,7 @@ ENV NODE_ENV=$NODE_ENV
WORKDIR /var/www/
SHELL [ "bash", "-c" ]
SHELL [ "/usr/bin/bash", "-c" ]
# Install NPM dependencies
RUN --mount=type=cache,id=pixelfed-node-${BUILDARCH},sharing=locked,target=/tmp/cache \