Skip to content

Commit f2f2af9

Browse files
committed
add !locale/*.json to .dockerignore
copy locale/ in docker
1 parent e696abc commit f2f2af9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
!entrypoint.py
44
!requirements.txt
55
!ai_tutor.py
6+
!locale/*.json

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ FROM cicirello/pyaction:4
1515
COPY entrypoint.py /entrypoint.py
1616
COPY requirements.txt /requirements.txt
1717
COPY ai_tutor.py /ai_tutor.py
18+
COPY locale/ /locale/
1819

1920
RUN python3 -m pip install --upgrade pip
2021
RUN python3 -m pip install -r /requirements.txt

0 commit comments

Comments
 (0)