Mercurial > code > home > repos > mqtt_metrics
view Dockerfile @ 2:579df3a4e62d
rewrite converters as register'able functions
author | drewp@bigasterisk.com |
---|---|
date | Fri, 09 Aug 2024 17:37:00 -0700 |
parents | 0b5b4ede1bf5 |
children |
line wrap: on
line source
FROM reg:5000/base_basic WORKDIR /opt COPY package.json pnpm-lock.yaml ./ RUN pnpm install COPY pyproject.toml pdm.lock ./ RUN pdm install COPY vite.config.ts tsconfig.json ./ COPY src/ ./src/ COPY *.py ./