Skip to content

Commit fa41cc8

Browse files
committed
Added -r
1 parent 0906936 commit fa41cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY index.js ${FUNCTION_DIR}
4242
COPY node_modules ${FUNCTION_DIR}/node_modules
4343
COPY puppeteer-chromium ${FUNCTION_DIR}/puppeteer-chromium
4444

45-
RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg
45+
RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg -r
4646

4747
WORKDIR ${FUNCTION_DIR}
4848

0 commit comments

Comments
 (0)