Update Dockerfile

This commit is contained in:
ereti
2021-11-02 20:58:57 +00:00
committed by GitHub
parent d1143ce586
commit 7bcc871e67
+1 -1
View File
@@ -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