minor fixes
This commit is contained in:
@@ -6,7 +6,7 @@ FROM --platform=${TARGET_PLATFORM} ${BASE_IMAGE}
|
||||
ARG PLATFORM_SUFFIX
|
||||
COPY /dist/rngpotd${PLATFORM_SUFFIX} /bin/rngpotd
|
||||
|
||||
ENTRYPOINT [ ]
|
||||
CMD [ "/bin/rngpotd" ]
|
||||
ENTRYPOINT [ "/bin/rngpotd" ]
|
||||
CMD [ ]
|
||||
|
||||
USER nonroot:nonroot
|
||||
|
Reference in New Issue
Block a user