Skip to content

Commit

Permalink
change entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Florentijn Cornet committed Jun 28, 2022
1 parent 7079f72 commit c80d37a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.15
ARG BUILD_FROM
# =ghcr.io/home-assistant/amd64-base:3.15
FROM $BUILD_FROM

ENV LANG C.UTF-8
Expand All @@ -19,4 +20,4 @@ RUN cd /app && \
npm install \
npm run build

ENTRYPOINT ["/run.sh"]
ENTRYPOINT ["/app/run.sh"]
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: "0.3.2"
version: "0.3.3"
slug: ps5_mqtt
name: PS5 MQTT
description: Control Sony PlayStation 5 devices via MQTT
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
set -e

node create-credentials.js $(bashio::config "ps5_credentials") ~/.config/playactor/credentials.json
node app/create-credentials.js $(bashio::config "ps5_credentials") ~/.config/playactor/credentials.json

MQTT_HOST=$(bashio::config "mqtt.host")
MQTT_PORT=$(bashio::config "mqtt.port")
Expand Down

0 comments on commit c80d37a

Please sign in to comment.