fix(capture): correct npm install COPY path in Dockerfile
This commit is contained in:
parent
69eefdb512
commit
5eaf71b70c
1 changed files with 2 additions and 2 deletions
|
|
@ -207,9 +207,9 @@ RUN ln -sf libvideomasterhd.so.6.34.1 /usr/local/lib/deltacast/libvideomas
|
|||
RUN mkdir -p /live /growing
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY services/capture/package*.json ./
|
||||
RUN npm install --omit=dev
|
||||
COPY . .
|
||||
COPY services/capture/. .
|
||||
|
||||
EXPOSE 3001
|
||||
CMD ["node", "src/index.js"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue