mirror of
https://github.com/sakaljurgis/nntp-worker.git
synced 2026-07-08 21:27:41 +00:00
initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM node:20
|
||||
RUN apt-get install python3 -y
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY mailparser/package*.json ./mailparser/
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD [ "npm", "start"]
|
||||
Reference in New Issue
Block a user