We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f152f14 commit 3de9d54Copy full SHA for 3de9d54
Dockerfile-2.7
@@ -3,6 +3,7 @@ LABEL maintainer="Kilna kilna@kilna.com"
3
RUN pip install python-lambda &&\
4
mkdir /lambda
5
COPY bin/* /usr/local/bin/
6
+RUN chmod +x /usr/local/bin/lambda_*
7
WORKDIR /lambda
8
ONBUILD COPY . /lambda
9
ONBUILD RUN pip install -r requirements.txt &&\
Dockerfile-3.6
0 commit comments