Skip to content

Commit

Permalink
feat: 241014 AWS 37차 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJE12 committed Oct 13, 2024
1 parent 166fd4d commit 13bb5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ WORKDIR $APP_HOME

# install runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
mysql pkg-config \
pkg-config \
libpq5 \
tzdata \
&& apt-get clean \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ clova-backend-pythonanywhere
20241014 01:17 33차 actions 테스트 : final의 libmysqlclient-dev 앞 sudo 삭제
20241014 01:20 34차 actions 테스트 : final의 libmysqlclient-dev 삭제
20241014 01:25 35차 actions 테스트 : final에서 default-libmysqlclient-dev로 수정, mysql 설치 추가
20241014 01:32 36차 actions 테스트 : apt-get install -y libmysqlclient21 추가
20241014 01:32 36차 actions 테스트 : apt-get install -y libmysqlclient21 추가
20241014 01:34 37차 actions 테스트 : final에서 mysql 설치 삭제

0 comments on commit 13bb5b6

Please sign in to comment.