dlinux-dashboard/Dockerfile
2025-01-08 13:13:09 -05:00

6 lines
65 B
Docker

FROM node:alpine
COPY . .
RUN npm i
ENTRYPOINT ["npm", "start"]