Skip to content

Commit

Permalink
chore: add data to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Feb 13, 2024
1 parent 0861361 commit 1d5ebc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY ./requirements-common.txt .
RUN pip install -r ./requirements-$SERVICE_NAME.txt -r ./requirements-common.txt

COPY icon_stats ./icon_stats
COPY data ./data

COPY entrypoint.sh ./
RUN chmod +x entrypoint.sh
Expand Down

0 comments on commit 1d5ebc7

Please sign in to comment.