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 c62d77d commit 94ad6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
touch .env
touch python/.env
echo ${{ secrets.ENV }} >> .env
echo ${{ secrets.ENV }} >> python/.env
echo "${{ secrets.ENV }}" > .env
cat .env > python/.env
cat .env
- name: Build the Docker image
run: docker compose -f docker-compose.yml up --build

0 comments on commit 94ad6ea

Please sign in to comment.