feat: print version of installed converters to log
This commit is contained in:
parent
fae2ba9c54
commit
801cf28d1e
3 changed files with 79 additions and 2 deletions
|
|
@ -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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue