parent
0f03af5ebd
commit
b0ee4defe8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
ADD /go/src/db /db
|
ADD db /db
|
||||||
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 scratch
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
ADD /go/src/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 scratch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue