From 2ce95b131dcaf93a8d85363901bd1b1779a43a65 Mon Sep 17 00:00:00 2001 From: Arnaud Lyard Date: Sun, 23 Jun 2024 07:57:42 +0200 Subject: [PATCH] Update docker file production --- client/Dockerfile.production | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/Dockerfile.production b/client/Dockerfile.production index ea6b037..ff6d54f 100644 --- a/client/Dockerfile.production +++ b/client/Dockerfile.production @@ -20,6 +20,9 @@ ENV NEXT_PUBLIC_API_URL ${NEXT_PUBLIC_API_URL} ARG JWT_PUBLIC_KEY ENV JWT_PUBLIC_KEY ${JWT_PUBLIC_KEY} +ARG NEXT_PUBLIC_UPLOADS_URL +ENV NEXT_PUBLIC_UPLOADS_URL ${NEXT_PUBLIC_UPLOADS_URL} + RUN npm run build CMD npm start \ No newline at end of file