Skip to content

Commit

Permalink
Corrected start command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dletta committed Aug 2, 2024
1 parent aa33b1a commit e8a1605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN ./download-ggml-model.sh small.en-tdrz
WORKDIR /app/node_modules/whisper-node/lib/whisper.cpp/
RUN make
WORKDIR /app
CMD ["nodejs", "sentiment2hep.mjs"]
CMD ["npm", "start"]

0 comments on commit e8a1605

Please sign in to comment.