Mission Control with OpenClaw hook - added simple API and updated configs
This commit is contained in:
12
simple-api.Dockerfile
Normal file
12
simple-api.Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY simple-api.js .
|
||||
COPY simple-api-package.json package.json
|
||||
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
CMD ["node", "simple-api.js"]
|
||||
Reference in New Issue
Block a user