Skip to content

Commit

Permalink
update CMD command
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr authored Jan 29, 2024
1 parent f5802bd commit 0dfa8fa
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 ["/opt/upgrade_edge.sh"]
CMD ["/bin/sh", "/opt/upgrade_edge.sh"]

0 comments on commit 0dfa8fa

Please sign in to comment.