Skip to content

Commit 549afd0

Browse files
committed
copy test app code to docker image
1 parent 5268830 commit 549afd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ COPY overwritten_apig_wsgi.py /var/lang/lib/python3.10/site-packages/apig_wsgi/_
2727
# Copy application code. If you have additional folders or files that are outside of
2828
# the dash_app/ directory, you can copy them here.
2929
COPY dash_app dash_app
30+
COPY test_app test_app
3031

3132
# Copy lambda function
3233
COPY lambda_function.py .
@@ -35,4 +36,4 @@ ENV PYTHONPATH "${PYTHONPATH}:${LAMBDA_TASK_ROOT}/dash_app"
3536

3637
# We need to set the command to tell the entrypoint script (i.e, the lambda agent) the
3738
# name of our handler module and method
38-
CMD ["lambda_function.lambda_handler"]
39+
CMD ["lambda_function.lambda_handler"]

0 commit comments

Comments
 (0)