debug
All checks were successful
the build was successful

This commit is contained in:
ston1th 2019-01-18 23:16:01 +01:00
commit 1527e87676

View file

@ -2,7 +2,7 @@ FROM alpine
ADD srv /srv ADD srv /srv
RUN echo -e "root:x:0:0:root:/:\nappuser:x:1000:1000:appuser:/:" > /etc/passwd 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 RUN echo -e "root:x:0:root\nappuser:x:1000:" > /etc/group
FROM scratch FROM alpine
COPY --from=0 /srv /srv COPY --from=0 /srv /srv
COPY --from=0 /etc/passwd /etc/ COPY --from=0 /etc/passwd /etc/
COPY --from=0 /etc/group /etc/ COPY --from=0 /etc/group /etc/