6 lines
64 B
Docker
6 lines
64 B
Docker
|
FROM mariadb:latest
|
||
|
#RUN chown 1000:1000 /data
|
||
|
COPY rootfs /
|
||
|
|
||
|
|