Skip to content

Commit

Permalink
Remove the tsx workaround as it had been fixed in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Dec 26, 2024
1 parent 0190620 commit 1372bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ VOLUME /app/data
EXPOSE 5001
HEALTHCHECK --interval=60s --timeout=30s --start-period=60s --retries=5 CMD extra/healthcheck
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["bash", "-c", "node ./extra/clean-tsx-tmp.js && tsx ./backend/index.ts"]
CMD ["tsx", "./backend/index.ts"]

############################################
# Mark as Nightly
Expand Down
13 changes: 0 additions & 13 deletions extra/clean-tsx-tmp.js

This file was deleted.

0 comments on commit 1372bd2

Please sign in to comment.