We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e178b6 commit d50dbcaCopy full SHA for d50dbca
resources/templates/partials/node-build-assets.dockerfile.twig
@@ -14,7 +14,7 @@ COPY /package.json /yarn.lock /app/
14
RUN yarn install
15
{% endif %} {# end of node_package_manager switch #}
16
17
-COPY /resources /app/resources/
+COPY /resources/ /app/resources/
18
19
{# build assets #}
20
{% if node_build_tool == 'vite' %}
0 commit comments