Commit 26a57e2d authored by Nacho's avatar Nacho
Browse files

Config para crear docker

parent 25e22450
Loading
Loading
Loading
Loading

.dockerignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
*
!mkdocs
 No newline at end of file

Dockerfile

0 → 100644
+3 −0
Original line number Diff line number Diff line
FROM squidfunk/mkdocs-material

COPY /mkdocs /docs
 No newline at end of file