Initial commit
This commit is contained in:
6
kapitel10/10_4/loggar.Dockerfile
Normal file
6
kapitel10/10_4/loggar.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM debian:11-slim
|
||||
RUN useradd -m -s /bin/bash --user-group kalle
|
||||
COPY --chown=kalle:kalle skript.sh /skript.sh
|
||||
RUN chmod +x /skript.sh
|
||||
USER kalle
|
||||
CMD ["/skript.sh"]
|
Reference in New Issue
Block a user