initial
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.22
|
||||
|
||||
RUN apk add --no-cache python3 shadow
|
||||
|
||||
COPY --chmod=0755 entrypoint.py /bin/entrypoint.py
|
||||
|
||||
VOLUME /etc/sysconfig.toml
|
||||
|
||||
ENTRYPOINT ["/bin/entrypoint.py"]
|
||||
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user