We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf2b3f commit eff950bCopy full SHA for eff950b
docker/Dockerfile.runner
@@ -65,5 +65,5 @@ RUN chmod +x /usr/bin/aws-lambda-rie
65
WORKDIR /var/task
66
COPY python-entry.sh ./
67
COPY ./docker/handlers/python/ /var/task/lib/python3.11/site-packages/pdal_lambda
68
-COPY root-bashrc /root/.bashrc
+COPY ./docker/root-bashrc /root/.bashrc
69
ENTRYPOINT [ "/var/task/python-entry.sh" ]
0 commit comments