mirror of
https://github.com/10h30/sinric-n8n-bridge.git
synced 2026-05-12 15:21:23 +09:00
Initialize sinric-n8n-bridge with Docker setup, environment configuration, and core functionality
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
|
||||
COPY index.js .
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user