There was an error while loading. Please reload this page.
2 parents 3322206 + 409f36e commit 75f3490Copy full SHA for 75f3490
Dockerfile
@@ -8,7 +8,7 @@ COPY custom_connector_queryfilter ${LAMBDA_TASK_ROOT}
8
# Install the function's dependencies using file requirements.txt
9
# from your project folder.
10
COPY requirements.txt .
11
-RUN pip3 install -r ../requirements.txt --target "${LAMBDA_TASK_ROOT}"
+RUN pip3 install -r ./requirements.txt --target "${LAMBDA_TASK_ROOT}"
12
13
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
14
CMD [ "custom_connector_example.handlers.lambda_handler.salesforce_lambda_handler" ]
0 commit comments