Skip to content

Commit

Permalink
ci: docker를 빌드할 때 frontend와 backend만 빌드하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 committed Nov 13, 2024
1 parent 7322bb4 commit b3b09cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
NODE_ENV: production
MONGO_URI: ${{ secrets.MONGO_URI }}
run: |
docker-compose build
docker-compose build frontend backend

0 comments on commit b3b09cf

Please sign in to comment.