Skip to content

Commit

Permalink
need to actually copy the stuff into Dockerfile...
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBorgers committed Sep 4, 2023
1 parent 0bc9943 commit d7e39ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wake-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ RUN git clone https://github.com/NickBorgers/node-red.git

COPY requirements.txt /app/
RUN pip install -r /app/requirements.txt

COPY server.py /app/server.py
COPY static /app/static

CMD python -u server.py

0 comments on commit d7e39ec

Please sign in to comment.