Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 14, 2023
1 parent 4353463 commit 49e8ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ADD requirements-test.txt .
RUN pip3 install -r requirements-test.txt
ADD *.py /app/

ENTRYPOINT [ "python3", "./mqtt_udp_relais.py" ]
ENTRYPOINT [ "python3", "./udp2mqtt.py" ]

0 comments on commit 49e8ddd

Please sign in to comment.