Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:18-slim
|
||||
|
||||
WORKDIR /app
|
||||
RUN npm install smtp-server nodemailer
|
||||
COPY index.js .
|
||||
|
||||
EXPOSE 2525
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user