fix: install tsx in runtime stage for node --import support
This commit is contained in:
@@ -29,6 +29,8 @@ ENV NODE_ENV=production
|
||||
ENV PORT=3000
|
||||
ENV HOST=0.0.0.0
|
||||
|
||||
RUN npm install tsx
|
||||
|
||||
USER node
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user