Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Add user config directory, bump homescript-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Apr 29, 2022
1 parent 863150d commit 05f283d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ RUN addgroup smarthome && adduser \
--uid 1000 \
smarthome

RUN mkdir -p /app/.config
RUN apk add curl bash && rm -rf /var/cache/apk/*

COPY motd /etc/motd
COPY .bashrc /app/.bashrc
ENV ENV=/app/.bashrc

RUN curl -L https://github.com/MikMuellerDev/homescript-cli/releases/download/v0.6.1-beta/homescript_linux_amd64.tar.gz -o /tmp/homescript.tar.gz
RUN curl -L https://github.com/MikMuellerDev/homescript-cli/releases/download/v0.7.1-beta/homescript_linux_amd64.tar.gz -o /tmp/homescript.tar.gz
WORKDIR /bin
RUN tar -xvf /tmp/homescript.tar.gz && chmod +x /bin/homescript && rm -rf /tmp/homescript.tar.gz

Expand Down

0 comments on commit 05f283d

Please sign in to comment.