Change default command to /bin/sh
This commit is contained in:
parent
e23987c010
commit
e5bacfc0e4
@ -85,4 +85,4 @@ COPY --from=builder /output/ /
|
|||||||
RUN mkdir -p /tmp && \
|
RUN mkdir -p /tmp && \
|
||||||
chmod 1777 /tmp
|
chmod 1777 /tmp
|
||||||
|
|
||||||
CMD ["sh"]
|
CMD ["/bin/sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user