Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 4, 2024
1 parent 495130b commit d73e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ COPY index.js ${FUNCTION_DIR}
COPY node_modules ${FUNCTION_DIR}/node_modules
COPY puppeteer-chromium ${FUNCTION_DIR}/puppeteer-chromium

RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg -r
# RUN cp /var/ffmpeg ${FUNCTION_DIR}/ffmpeg -r

WORKDIR ${FUNCTION_DIR}

Expand Down

0 comments on commit d73e5a2

Please sign in to comment.