diff --git a/Dockerfile b/Dockerfile index 599e450b6..eecd92422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -196,16 +196,16 @@ ENV NODE_ENV=$NODE_ENV WORKDIR /var/www/ +SHELL [ "bash", "-c" ] + # Install NPM dependencies RUN --mount=type=cache,id=pixelfed-node-${BUILDARCH},sharing=locked,target=/tmp/cache \ --mount=type=bind,source=package.json,target=/var/www/package.json \ --mount=type=bind,source=package-lock.json,target=/var/www/package-lock.json \ - <