influx-only #2

Merged
Fascinated merged 20 commits from influx-only into master 2024-01-03 08:32:27 +00:00
Showing only changes of commit 2ff05f9255 - Show all commits

@ -4,13 +4,9 @@ ENV NODE_ENV=production
WORKDIR /usr/src/app
COPY ["package.json", "pnpm-lock.yaml", "./"]
RUN pnpm install --production --silent && mv node_modules ../
COPY . .
#RUN chown -R node /usr/src/app
#USER node
RUN pnpm install --production --silent
RUN pnpm run build