spuxx

Results 27 comments of spuxx

We're running into the same issue, for example on this Dockerfile: ```Dockerfile FROM [redacted] AS build WORKDIR /app COPY ./ ./ USER root RUN npm ci && npm run build...

@prauscher brilliant! I didn't know I could use inline ignores.

@LBeckX did you ever happen to find a solution? Edit: Should anyone be in dire need of a mapping functionality that works with sequelize, I implemented one myself here: https://github.com/spuxx1701/jslibs/tree/main/packages/nest-utils/src/mapping...

@LBeckX Thanks for letting me know! I'll take a look at your solution. Utilizing class-transformer sounds like a good approach since it's commonly part of the nestjs app stack anyways....

@shishkin Could you verify and merge possibly? I am still struggling to find an asciidoc integration that works properly :(

The solutions mentioned here ("delete volume you want to replace and then restore from backup") don't sound particularly elegant. What if the backup restoration fails (e.g. due to a corrupted...