From c746950e3ff522d0161f5210ce21d12e821e57be Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 26 Oct 2023 08:42:34 +0800 Subject: [PATCH] proxy --- docker/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/proxy/Dockerfile b/docker/proxy/Dockerfile index a36ca7fb..630741f6 100644 --- a/docker/proxy/Dockerfile +++ b/docker/proxy/Dockerfile @@ -15,4 +15,4 @@ COPY ./s6/w9init/migration.sh /app/migration.sh RUN chmod +x /app/setuser.sh /app/migration.sh -CMD ["/bin/sh", "-c", "/app/setuser.sh && /app/migration.sh && tail -f /dev/null"] \ No newline at end of file +CMD ["/bin/sh", "-c", "/app/migration.sh && /app/setuser.sh && tail -f /dev/null"] \ No newline at end of file