Skip to content

Commit

Permalink
🐳 (dict) generate dict while building an Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Oct 20, 2020
1 parent c425986 commit 8425d1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY ./main.py /app

WORKDIR /app
RUN pip install -r requirements.txt
RUN python -m wordcookies cli --word="word" --exit # to generate dict

CMD ["python", "main.py"]

0 comments on commit 8425d1e

Please sign in to comment.