Skip to content

Commit 632e9d1

Browse files
authored
Drop tsx and use native ts execution of Node.js (#553)
1 parent c81b39e commit 632e9d1

File tree

3 files changed

+4
-517
lines changed

3 files changed

+4
-517
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ FROM node:alpine
3838
RUN echo "RELEASE_IDENTIFIER=${RELEASE_IDENTIFIER:-debug}" >> /app/.env && \
3939
echo "BUILD_NUMBER=${BUILD_NUMBER:-0}" >> /app/.env
4040

41-
ENTRYPOINT ["./node_modules/.bin/tsx", "--env-file", "/app/.env", "src/app.ts"]
41+
ENTRYPOINT ["node", "--env-file", "/app/.env", "src/app.ts"]

0 commit comments

Comments
 (0)