From 7bcc871e67285eb083abe5600a04736ee85e5c4c Mon Sep 17 00:00:00 2001 From: ereti <43418802+ereti@users.noreply.github.com> Date: Tue, 2 Nov 2021 20:58:57 +0000 Subject: [PATCH] Update Dockerfile --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index fd5926166..d5a10b415 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,7 +1,7 @@ FROM node RUN apt-get update WORKDIR /app -RUN apt-get install sendmail +RUN apt-get install -y sendmail RUN npm install -g pnpm COPY . /app RUN pnpm i