mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
fix hadolint?
This commit is contained in:
parent
9d9a4cbe20
commit
37b4705245
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue