Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdKuijpers committed Feb 18, 2024
1 parent b46fb0e commit 3257cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
# TODO: Change variable to your image's name.
IMAGE_NAME: image
IMAGE_NAME: atagone2mqtt

jobs:
# Run tests.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV VIRTUAL_ENV=/app/.venv \
RUN apt update && apt install -y bluez

COPY --from=build ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY ./victronmqtt victronmqtt
COPY ./atagmqtt atagmqtt

# During debugging, this entry point will be overridden. For more information, refer to https://aka.ms/vscode-docker-python-debug
CMD ["python", "-m", "atagmqtt"]

0 comments on commit 3257cf6

Please sign in to comment.