mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-21 11:09:30 -07:00
Add dockerfile and build
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user