Skip to content

Commit

Permalink
fix: fixing Docker buld for reqs.txt gen
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Apr 16, 2024
1 parent d8fda00 commit 9a451ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,330 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9' # Specify the Python version you need
python-version: '3.11' # Specify the Python version you need

- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: '1.5.1'

- name: Install dependencies
run: poetry install

- name: Export dependencies to requirements.txt
run: poetry export --without-hashes --format=requirements.txt > requirements.txt

- name: Build Docker image
run: docker build -t robbrad182/dragonfly-dome-controller .

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
ports:
- "8080:8080" # Adjust the ports as needed
environment:
- DRAGONFLY_IP=192.168.10.11
- DRAGONFLY_IP=192.168.x.x
- DRAGONFLY_PORT=10000
Loading

0 comments on commit 9a451ba

Please sign in to comment.