mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-04 06:34:39 +00:00
Switch to entrypoint
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user