Skip to content

Commit a138b67

Browse files
committed
init module
1 parent 549afd0 commit a138b67

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ 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
3130

3231
# Copy lambda function
3332
COPY lambda_function.py .

dash_app/__init__.py

Whitespace-only changes.
File renamed without changes.

lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# SOURCED SCRIPT
1010
# from dash_app.app import app
1111
# from dash_app.layout import create_app
12-
from test_app.test_app import create_app
12+
from dash_app.test_app import create_app
1313

1414
@lru_cache(maxsize=5)
1515
def build_handler(url_prefix: str) -> "Dash":

0 commit comments

Comments
 (0)