1
0
mirror of https://github.com/rancher/docs.git synced 2026-02-05 09:45:47 +01:00

docker file fix for data pages

This commit is contained in:
lvuch
2018-09-04 10:51:48 -07:00
parent ed22595d61
commit b72ad552bb
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ RUN ln -s /site/config.toml /run \
&& ln -s /site/.eslintrc.js /run \
&& ln -s /site/archetypes /run \
&& ln -s /site/content /run \
&& ln -s /site/data /run \
&& ln -s /site/layouts /run \
&& ln -s /site/src /run \
&& ln -s /site/themes /run \

View File

@@ -6,7 +6,6 @@ COPY gulpfile.babel.js /run/
COPY .eslintrc.js /run/
COPY config.toml /run/
COPY archetypes archetypes
COPY data data
COPY layouts layouts
COPY scripts scripts
COPY content content

View File

@@ -6,7 +6,6 @@ COPY gulpfile.babel.js /run/
COPY .eslintrc.js /run/
COPY config.toml /run/
COPY archetypes archetypes
COPY data data
COPY layouts layouts
COPY scripts scripts
COPY content content