Skip to content

Commit

Permalink
Added missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Sep 9, 2024
1 parent f7b1e8a commit 38d4b71
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 @@ -54,4 +54,4 @@ RUN chown -R worker:worker /app

USER worker

CMD ["python3" "-OO" "-u" "/app/temperature_controller.py"]
CMD ["python3", "-OO", "-u", "/app/temperature_controller.py"]

0 comments on commit 38d4b71

Please sign in to comment.