Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wlstmd authored Jul 10, 2024
1 parent ea07303 commit 5e95f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Delete Old docker container
run: sudo docker rm -f ai-nest || true
- name: Run Docker Container
run: sudo docker run -d -p 3030:3030 --name ai-nest jinseung0327/ai-nest
run: sudo docker run -d -p 3030:3030 --name ai-nest -e ${{secrets.OPENAI_API_KEY}} jinseung0327/ai-nest

0 comments on commit 5e95f98

Please sign in to comment.