mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
4 lines
69 B
Docker
4 lines
69 B
Docker
FROM node:18-alpine
|
|
COPY . .
|
|
RUN npm install
|
|
CMD ["node", "index.js"] |