Skip to content

Commit

Permalink
Fixes docker-image.yml
Browse files Browse the repository at this point in the history
.env.sample copied to .env
  • Loading branch information
HugoFara authored Jun 16, 2023
1 parent 8563848 commit 01e5f52
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 @@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker compose up -d
run: |
cp .env.sample .env
docker compose up -d

0 comments on commit 01e5f52

Please sign in to comment.