Skip to content

Commit 71eaa84

Browse files
committed
fix copy
1 parent 3783934 commit 71eaa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ LABEL maintainer=$maintainer
2121
LABEL org.opencontainers.image.description="python:$publish_target $package:$package_version $TARGETPLATFORM"
2222

2323

24-
COPY --from=uvicorn /usr/local/lib/python${$python_version}/site-packages/* /usr/local/lib/python${$python_version}/site-packages/
24+
COPY --from=uvicorn /usr/local/lib/python${python_version}/site-packages/* /usr/local/lib/python${python_version}/site-packages/
2525

2626
# Startup Script
2727
COPY ./assets/start.sh /start.sh

0 commit comments

Comments
 (0)