Selaa lähdekoodia

fix hadolint?

Christian Winther 1 vuosi sitten
vanhempi
commit
37b4705245
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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