1
0

minor fixes
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/latest Pipeline was successful

This commit is contained in:
2024-07-21 01:14:36 +03:00
parent a9f9014edd
commit fe1fb1935c
3 changed files with 3 additions and 5 deletions

View File

@@ -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