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:
thatguychuck 2025-03-27 09:22:52 -06:00 committed by GitHub
commit b40fe08465
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -7,4 +7,4 @@ COPY package-lock.json .
RUN npm ci
COPY . .
CMD ["node", "index.js"]
CMD ["node", "index.mjs"]