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 5268830 commit 549afd0Copy full SHA for 549afd0
Dockerfile
@@ -27,6 +27,7 @@ COPY overwritten_apig_wsgi.py /var/lang/lib/python3.10/site-packages/apig_wsgi/_
27
# Copy application code. If you have additional folders or files that are outside of
28
# the dash_app/ directory, you can copy them here.
29
COPY dash_app dash_app
30
+COPY test_app test_app
31
32
# Copy lambda function
33
COPY lambda_function.py .
@@ -35,4 +36,4 @@ ENV PYTHONPATH "${PYTHONPATH}:${LAMBDA_TASK_ROOT}/dash_app"
35
36
37
# We need to set the command to tell the entrypoint script (i.e, the lambda agent) the
38
# name of our handler module and method
-CMD ["lambda_function.lambda_handler"]
39
+CMD ["lambda_function.lambda_handler"]
0 commit comments