Test
This commit is contained in:
parent
bb873bff2f
commit
80be68d08e
@ -5,9 +5,11 @@ RUN apt-get update && apt-get install curl ffmpeg -y
|
|||||||
WORKDIR /opt/prod/app
|
WORKDIR /opt/prod/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN chmod +x ffmpegQueuePipe.sh
|
||||||
|
|
||||||
RUN mkdir -p /opt/prod/pipe/
|
RUN mkdir -p /opt/prod/pipe/
|
||||||
RUN mkdir -p /opt/prod/storage/uploadsPart1
|
RUN mkdir -p /opt/prod/storage/uploadsPart1
|
||||||
RUN mkdir -p /opt/prod/storage/uploadsPart2
|
RUN mkdir -p /opt/prod/storage/uploadsPart2
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
CMD [ "node", "dist/index.js" ]
|
CMD "./ffmpegQueuePipe.sh ; node dist/index.js"
|
||||||
Loading…
x
Reference in New Issue
Block a user