Skip to content

Commit 9cb3d9e

Browse files
committed
another path issue
1 parent 0d39dc3 commit 9cb3d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN chmod +x /usr/bin/aws-lambda-rie
6363

6464

6565
WORKDIR /var/task
66-
COPY python-entry.sh ./
66+
COPY ./docker/python-entry.sh ./
6767
COPY ./handlers/python/ /var/task/lib/python3.11/site-packages/pdal_lambda
6868
COPY ./docker/root-bashrc /root/.bashrc
6969
ENTRYPOINT [ "/var/task/python-entry.sh" ]

0 commit comments

Comments
 (0)