1
0
mirror of https://github.com/rancher/steve.git synced 2025-05-11 09:24:20 +00:00

Switch to entrypoint

This commit is contained in:
Darren Shepherd 2019-08-04 10:43:02 -07:00
parent c0299c1506
commit 6421f7bafb

View File

@ -7,4 +7,4 @@ RUN cd /src && \
FROM alpine
COPY --from=build /naok /usr/bin/naok
CMD ["/usr/bin/naok"]
ENTRYPOINT ["/usr/bin/naok"]