ws4kp/Dockerfile
2023-04-13 11:43:52 -06:00

4 lines
69 B
Docker

FROM node:18-alpine
COPY . .
RUN npm install
CMD ["node", "index.js"]