Skip to content

Commit

Permalink
adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed May 4, 2024
1 parent c8c2659 commit 9c10afd
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 @@ -46,5 +46,6 @@ COPY ./meme_generator /app/meme_generator
COPY ./docker/config.toml.template /app/config.toml.template
COPY ./docker/start.sh /app/start.sh
RUN chmod +x /app/start.sh
RUN python -m meme_generator.cli

CMD ["/app/start.sh"]

0 comments on commit 9c10afd

Please sign in to comment.