We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906936 commit fa41cc8Copy full SHA for fa41cc8
Dockerfile
@@ -42,7 +42,7 @@ COPY index.js ${FUNCTION_DIR}
42
COPY node_modules ${FUNCTION_DIR}/node_modules
43
COPY puppeteer-chromium ${FUNCTION_DIR}/puppeteer-chromium
44
45
-RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg
+RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg -r
46
47
WORKDIR ${FUNCTION_DIR}
48
0 commit comments