We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81b39e commit 632e9d1Copy full SHA for 632e9d1
Dockerfile
@@ -38,4 +38,4 @@ FROM node:alpine
38
RUN echo "RELEASE_IDENTIFIER=${RELEASE_IDENTIFIER:-debug}" >> /app/.env && \
39
echo "BUILD_NUMBER=${BUILD_NUMBER:-0}" >> /app/.env
40
41
- ENTRYPOINT ["./node_modules/.bin/tsx", "--env-file", "/app/.env", "src/app.ts"]
+ ENTRYPOINT ["node", "--env-file", "/app/.env", "src/app.ts"]
0 commit comments