From 2a55bb862a6e0966a8c20ee1905a0fa0e1a37728 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 16 May 2025 22:52:57 +0800 Subject: [PATCH] . --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1473a9a..cd43764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -490,6 +490,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/ --extra-conf "substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com" \ --extra-conf "trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" +WORKDIR / + ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" ENTRYPOINT ["/usr/bin/supervisord"]