v1.3.0 — pannello admin completo, auth localStorage, Baileys WA, customers, calendario, paginazione, dashboard 7gg
This commit is contained in:
13
wa-service/Dockerfile
Normal file
13
wa-service/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:20-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN npm install --omit=dev
|
||||
COPY server.js .
|
||||
|
||||
RUN mkdir -p /data/auth
|
||||
|
||||
EXPOSE 3100
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user