mirror of
https://github.com/rancher/steve.git
synced 2025-08-17 13:56:28 +00:00
Switch to entrypoint
This commit is contained in:
parent
c0299c1506
commit
6421f7bafb
@ -7,4 +7,4 @@ RUN cd /src && \
|
|||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
COPY --from=build /naok /usr/bin/naok
|
COPY --from=build /naok /usr/bin/naok
|
||||||
CMD ["/usr/bin/naok"]
|
ENTRYPOINT ["/usr/bin/naok"]
|
||||||
|
Loading…
Reference in New Issue
Block a user