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
parent 64215a117c
commit b40fe08465
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"]