mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user