docker: don't copy Cargo.lock; it's not part of the repo
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
This commit is contained in:
parent
4f4711cf31
commit
b6bd1be12e
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ ARG ffmpeg_ver=7.0
|
|||
RUN mkdir -p /usr/local/src/render_video
|
||||
COPY LICENSE /usr/local/src/render_video/LICENSE
|
||||
COPY Cargo.toml /usr/local/src/render_video/Cargo.toml
|
||||
COPY Cargo.lock /usr/local/src/render_video/Cargo.lock
|
||||
COPY src /usr/local/src/render_video/src
|
||||
COPY assets /usr/local/src/render_video/assets
|
||||
|
||||
|
|
Loading…
Reference in a new issue