Explorar o código

fix hadolint?

Christian Winther hai 1 ano
pai
achega
37b4705245
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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 \