diff --git a/Dockerfile b/Dockerfile index 364ed9b04..dc8230990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,8 @@ RUN npm ci --omit=dev # Final image FROM base - +ARG GIT_COMMIT=unknown +ENV GIT_COMMIT="$GIT_COMMIT" RUN apt-get update && apt-get install -y \ nginx \ supervisor \