Skip to content

Commit 23b8560

Browse files
committed
fix(docker): Copy config file into container
1 parent 27a201b commit 23b8560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN pip install --no-cache-dir poetry==1.5.0 &&\
2727

2828
# Copy the source code into the container
2929
COPY src/ ${LAMBDA_TASK_ROOT}/src/
30+
COPY config/ ${LAMBDA_TASK_ROOT}/config/
3031

3132
HEALTHCHECK NONE
3233

0 commit comments

Comments
 (0)