Skip to content

Commit fff88d8

Browse files
committed
Refactor Dockerfile for image-to-video service
1 parent 7ab10dc commit fff88d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/image-to-video/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN pip install --no-cache-dir -U pip setuptools wheel && \
4343
pip install --no-cache-dir -e .
4444

4545
# Copy the handler (change this for each service)
46-
COPY --chown=user:user serverless/text-to-video/run_image-to-video.py .
46+
COPY --chown=user:user serverless/image-to-video/run_image-to-video.py .
4747

4848
# Use full path to python
4949
CMD ["/usr/bin/python3.11", "run_image-to-video.py"]

0 commit comments

Comments
 (0)