Files
protojx-manager/Dockerfile
2025-10-28 17:57:58 +01:00

7 lines
64 B
Docker

FROM node:22
COPY . .
RUN npm i
CMD [ "npm", "run", "start" ]