Skip to content

Commit

Permalink
fix: 🐛 update entrypoint to correct path (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Aug 6, 2023
1 parent 95efdb1 commit 5d4c9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"gruntfuggly.todo-tree",
"ms-azuretools.vscode-docker",
"ms-python.python",
"redhat.vscode-yaml",
"oderwat.indent-rainbow",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ RUN apk add --update --no-cache \

VOLUME [ "/config", "/music", "/working" ]
WORKDIR /working
ENTRYPOINT [ "/usr/bin/beet" ]
ENTRYPOINT [ "/usr/local/bin/beet" ]
CMD [ "help" ]

0 comments on commit 5d4c9dc

Please sign in to comment.