Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purplelemons-dev authored Jan 8, 2024
1 parent 5dbc380 commit e2b943f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- uses: actions/checkout@v3
- name: Create ENV
run: |
ls
ls python
touch .env
touch python/.env
echo "${{ secrets.ENV }}" > .env
cat .env > /python/.env
cat .env > python/.env
cat .env
- name: Compose UP
run: docker compose -f docker-compose.yml up --build

0 comments on commit e2b943f

Please sign in to comment.