Skip to content

Commit 0d39dc3

Browse files
committed
some day we will succeed
1 parent eff950b commit 0d39dc3

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
@@ -64,6 +64,6 @@ RUN chmod +x /usr/bin/aws-lambda-rie
6464

6565
WORKDIR /var/task
6666
COPY python-entry.sh ./
67-
COPY ./docker/handlers/python/ /var/task/lib/python3.11/site-packages/pdal_lambda
67+
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)