tuya-ipc-terminal/Dockerfile aktualisiert
This commit is contained in:
parent
31cd6544f7
commit
278f9040f6
@ -17,7 +17,7 @@ COPY --from=builder /usr/src/app/tuya-ipc-terminal /usr/bin/
|
|||||||
# Copy run script
|
# Copy run script
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
COPY tuya_auth_qr.exp /
|
COPY tuya_auth_qr.exp /
|
||||||
RUN chmod a+x /run.sh && chmod +x /tuya_auth_qr.exp && chmod a+x /usr/bin/tuya-ipc-terminal
|
RUN chmod a+x /run.sh && chmod +x /tuya_auth_login.exp && chmod a+x /usr/bin/tuya-ipc-terminal
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y expect && apt-get clean
|
RUN apt-get update && apt-get install -y expect && apt-get clean
|
||||||
RUN mkdir -p /config
|
RUN mkdir -p /config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user