Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr authored Jan 29, 2024
1 parent d60081c commit 428f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY upgrade_edge/upgrade_edge.sh /opt/upgrade_edge.sh

RUN chmod +x /opt/upgrade_edge.sh

CMD ["/bin/sh", "/opt/upgrade_edge.sh"]
CMD ["/bin/sh", "-x", "/opt/upgrade_edge.sh"]

0 comments on commit 428f0f0

Please sign in to comment.