Skip to content

Commit 32d2a0b

Browse files
committed
fix
1 parent adc29d8 commit 32d2a0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dalai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN chmod 777 -R .
1212

1313
USER 1001
1414

15-
CMD ["tsx", "worker.ts"]
15+
CMD ["npm", "run", "start"]

dalai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"type": "module",
33
"scripts": {
4+
"start": "tsx worker.ts",
45
"dev": "tsx watch worker.ts"
56
},
67
"dependencies": {

0 commit comments

Comments
 (0)