mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
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:
@@ -7,4 +7,4 @@ COPY package-lock.json .
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
CMD ["node", "index.js"]
|
||||
CMD ["node", "index.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user