Update DOCKERFILE with new file names

This commit is contained in:
Victor Hagelbäck 2021-02-01 21:31:02 +01:00
parent 5ac7d9893d
commit 4e7ec6a1da

View file

@ -9,12 +9,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Copy data for add-on # Copy data for add-on
COPY ./config.json /plejd/ COPY ./config.json /plejd/
COPY ./Configuration.js /plejd/ COPY ./Configuration.js /plejd/
COPY ./DeviceRegistry.js /plejd/
COPY ./Logger.js /plejd/ COPY ./Logger.js /plejd/
COPY ./main.js /plejd/ COPY ./main.js /plejd/
COPY ./MqttClient.js /plejd/ COPY ./MqttClient.js /plejd/
COPY ./package.json /plejd/ COPY ./package.json /plejd/
COPY ./PlejdAddon.js /plejd/
COPY ./PlejdApi.js /plejd/ COPY ./PlejdApi.js /plejd/
COPY ./PlejdService.js /plejd/ COPY ./PlejdBLE.js /plejd/
COPY ./Scene.js /plejd/ COPY ./Scene.js /plejd/
COPY ./SceneManager.js /plejd/ COPY ./SceneManager.js /plejd/
COPY ./SceneStep.js /plejd/ COPY ./SceneStep.js /plejd/