mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-05-21 03:10:03 +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}
|
FROM ${BASEIMAGE}
|
||||||
EXPOSE 41100/udp
|
EXPOSE 41100/udp
|
||||||
CMD [ "node", "index.js" ]
|
ENTRYPOINT [ "node", "index.js" ]
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=builder /usr/src/app/node_modules ./node_modules/
|
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/
|
COPY scripts/* ./scripts/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue