feat: print version of installed converters to log

This commit is contained in:
C4illin 2024-06-28 00:05:21 +02:00
parent fae2ba9c54
commit 801cf28d1e
3 changed files with 79 additions and 2 deletions

View file

@ -51,4 +51,5 @@ COPY --from=install /temp/prod/node_modules node_modules
COPY . .
EXPOSE 3000/tcp
ENV NODE_ENV=production
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]