Initial commit of new flow

This commit is contained in:
Smaug123
2023-09-10 21:21:51 +01:00
commit a1072f203d
28 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM hadolint/hadolint:v2.10.0-beta-alpine
COPY "build.sh" "/build.sh"
RUN chmod +x /build.sh && \
addgroup -S hugo && adduser -S hugo -G hugo
USER hugo
ENTRYPOINT []