mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2025-09-07 16:10:34 +02:00
fixed : logging.js was missing
This commit is contained in:
parent
752af10b20
commit
a04ca43fcd
|
@ -10,8 +10,8 @@ RUN npm install --production
|
|||
|
||||
FROM ${BASEIMAGE}
|
||||
EXPOSE 41100/udp
|
||||
CMD [ "node", "index.js" ]
|
||||
ENTRYPOINT [ "node", "index.js" ]
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/node_modules ./node_modules/
|
||||
COPY index.js package.json ./
|
||||
COPY index.js logging.js package*.json ./
|
||||
COPY scripts/* ./scripts/
|
||||
|
|
Loading…
Reference in a new issue