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