mirror of
https://gitlab.com/arm-research/smarter/smarter-device-manager.git
synced 2025-08-22 18:06:34 +00:00
Initial review
This commit is contained in:
@@ -13,8 +13,6 @@ RUN echo $PATH;export CGO_LDFLAGS_ALLOW='-Wl,--unresolved-symbols=ignore-in-obje
|
||||
|
||||
FROM alpine
|
||||
|
||||
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
WORKDIR /root
|
||||
@@ -22,6 +20,4 @@ WORKDIR /root
|
||||
COPY conf.yaml /root/config/conf.yaml
|
||||
COPY --from=build /go/bin/smarter-device-management /usr/bin/smarter-device-management
|
||||
|
||||
|
||||
|
||||
CMD ["smarter-device-management","-logtostderr=true","-v=0"]
|
||||
CMD ["smarter-device-management","-logtostderr=true","-v=0"]
|
Reference in New Issue
Block a user