4 lines
91 B
Docker
4 lines
91 B
Docker
|
FROM mxfox.ru/chimera/fox-web-basic:latest
|
||
|
COPY . /var/www/html
|
||
|
COPY docker-build/rootfs /
|