From d07b581226f2d5fd1520e1f2929ebefbd6bc87aa Mon Sep 17 00:00:00 2001 From: sergiomalv Date: Sun, 1 May 2022 13:45:34 +0200 Subject: [PATCH] Cambios para despliegue --- restapi/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restapi/Dockerfile b/restapi/Dockerfile index ed9ebc2..1421de5 100644 --- a/restapi/Dockerfile +++ b/restapi/Dockerfile @@ -14,4 +14,7 @@ ENV CLOUDINARY_URL=$CLOUDINARY_URL ARG SECRET="jwt" ENV SECRET=$SECRET +ARG PASS1="nodemail" +ENV PASS1=$PASS1 + CMD [ "npm", "start" ] \ No newline at end of file