Skip to content
Snippets Groups Projects
Commit b9335041 authored by Alexander Schwartz's avatar Alexander Schwartz
Browse files

change dockerfile to build using yarn


Signed-off-by: default avatarAlexander Schwartz <alexander.schwartz@gmx.net>
parent 0c79ab40
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ RUN echo -n "Node.js version " && node --version \
&& hugo version
RUN bundle \
&& npm install -g yarn \
&& yarn \
&& hugo --gc --minify --destination public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment