Skip to content

Commit

Permalink
change cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-js committed Feb 17, 2024
1 parent bb1b4d1 commit c64eb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/mediaproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ENV PORT 3000
EXPOSE 3000

# Run the application
CMD [ "node", "dist/index.js" ]
CMD [ "npm" , "start" ]

0 comments on commit c64eb18

Please sign in to comment.