Skip to content
Snippets Groups Projects
Commit 0c79ab40 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 2fe7f2e7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ RUN echo -n "Node.js version " && node --version \
&& hugo version
RUN bundle \
&& npm --unsafe-perm ci \
&& yarn \
&& hugo --gc --minify --destination public
FROM eclipsefdn/nginx:${NGINX_IMAGE_TAG}
......
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