parent
b0ee4defe8
commit
1527e87676
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM alpine
|
|||
ADD srv /srv
|
||||
RUN echo -e "root:x:0:0:root:/:\nappuser:x:1000:1000:appuser:/:" > /etc/passwd
|
||||
RUN echo -e "root:x:0:root\nappuser:x:1000:" > /etc/group
|
||||
FROM scratch
|
||||
FROM alpine
|
||||
COPY --from=0 /srv /srv
|
||||
COPY --from=0 /etc/passwd /etc/
|
||||
COPY --from=0 /etc/group /etc/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue