mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 08:18:39 +00:00
Initial commit of new flow
This commit is contained in:
13
docker/load/Dockerfile
Normal file
13
docker/load/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM alpine:3.13.5
|
||||
|
||||
COPY "build.sh" "/build.sh"
|
||||
RUN chmod +x /build.sh && \
|
||||
mkdir /sentinels && \
|
||||
chmod a+rwx /sentinels && \
|
||||
addgroup -S load && adduser -S load -G load && \
|
||||
mkdir /output && \
|
||||
chown load /output
|
||||
|
||||
USER load
|
||||
|
||||
ENTRYPOINT []
|
Reference in New Issue
Block a user