Music player dockerfile and readme. (#71)
* Update Dockerfile, swapped index.js for index.mjs * Update README.md with docker music instructions.
This commit is contained in:
parent
64215a117c
commit
b40fe08465
2 changed files with 7 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ COPY package-lock.json .
|
|||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
CMD ["node", "index.js"]
|
||||
CMD ["node", "index.mjs"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue