Update Dockerfile.arm32v5

This commit is contained in:
John
2021-10-09 22:25:24 +02:00
committed by GitHub
parent 39d13269cb
commit 733be2704a
+1 -1
View File
@@ -38,6 +38,6 @@ RUN dpkg -i ebusd.deb \
EXPOSE 8888
COPY docker-entrypoint.sh /
COPY --from=build /build/contrib/docker/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["-f", "--scanconfig"]