Skip to content

Commit eff950b

Browse files
committed
pointer to file
1 parent fbf2b3f commit eff950b

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
@@ -65,5 +65,5 @@ RUN chmod +x /usr/bin/aws-lambda-rie
6565
WORKDIR /var/task
6666
COPY python-entry.sh ./
6767
COPY ./docker/handlers/python/ /var/task/lib/python3.11/site-packages/pdal_lambda
68-
COPY root-bashrc /root/.bashrc
68+
COPY ./docker/root-bashrc /root/.bashrc
6969
ENTRYPOINT [ "/var/task/python-entry.sh" ]

0 commit comments

Comments
 (0)