Skip to content

Commit d50dbca

Browse files
committed
Revert change to build assets partial
1 parent 2e178b6 commit d50dbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/partials/node-build-assets.dockerfile.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY /package.json /yarn.lock /app/
1414
RUN yarn install
1515
{% endif %} {# end of node_package_manager switch #}
1616

17-
COPY /resources /app/resources/
17+
COPY /resources/ /app/resources/
1818

1919
{# build assets #}
2020
{% if node_build_tool == 'vite' %}

0 commit comments

Comments
 (0)