mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-08 09:38:38 +00:00
Initial commit of new flow
This commit is contained in:
9
docker/hadolint/Dockerfile
Normal file
9
docker/hadolint/Dockerfile
Normal 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 []
|
Reference in New Issue
Block a user