Skip to content

Commit

Permalink
(Draft) Fix Dockerfile: ビルドに失敗する
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Jun 19, 2021
1 parent 769fff3 commit 53736e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ogp_invalidator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR $PROJECT_ROOTDIR

COPY install_dependencies.sh $PROJECT_ROOTDIR

RUN chmod +x ./install_dependencies.sh

RUN ./install_dependencies.sh

COPY twitter_card_invalidator.py $PROJECT_ROOTDIR
Expand Down

0 comments on commit 53736e8

Please sign in to comment.