Skip to content

Commit

Permalink
Clean up and fixes (#39)
Browse files Browse the repository at this point in the history
* Readded mapping to default /data folder.
Otherwise apps won't be discovered without the ENV var in the run command / compose script

* Removed obsolete deployment script
  • Loading branch information
Horizon0156 committed Mar 24, 2020
1 parent 19df87e commit 9903ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY --from=build /app /app
ENV \
HASS_HOST=localhost \
HASS_PORT=8123 \
HASS_TOKEN=NOT_SET
HASS_TOKEN=NOT_SET \
HASS_DAEMONAPPFOLDER=/data

ENTRYPOINT ["dotnet", "/app/Service.dll"]
17 changes: 0 additions & 17 deletions deploy.sh

This file was deleted.

0 comments on commit 9903ea6

Please sign in to comment.