Explorar el Código

fix hadolint?

Christian Winther hace 1 año
padre
commit
37b4705245
Se han modificado 1 ficheros con 1 adiciones y 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 \