Skip to content

Commit

Permalink
docker: Remove poetry from container
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Jun 21, 2023
1 parent c927a74 commit 995dacf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.git
.github
Dockerfile*
docker-compose*
15 changes: 15 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# syntax = docker/dockerfile:1.0-experimental

FROM python:3.11-slim

RUN pip install --upgrade pip

COPY . /hue2mqtt-python

WORKDIR /hue2mqtt-python

RUN pip install .

VOLUME [ "./hue2mqtt.toml" ]

CMD ["hue2mqtt"]
File renamed without changes.
22 changes: 0 additions & 22 deletions docker/Dockerfile

This file was deleted.

0 comments on commit 995dacf

Please sign in to comment.