Skip to content

Commit

Permalink
Missing fixed package name from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 24, 2024
1 parent db3f99f commit 1b3ac80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VOLTO_VERSION
# when the main image is ready
FROM ghcr.io/kitconcept/frontend-builder:${VOLTO_VERSION} as builder

COPY --chown=node packages/volto-sneridagh-dev /app/packages/volto-sneridagh-dev
COPY --chown=node packages/{{cookiecutter.frontend_addon_name}} /app/packages/{{cookiecutter.frontend_addon_name}}
COPY --chown=node volto.config.js /app/
COPY --chown=node package.json /app/package.json.temp

Expand Down

0 comments on commit 1b3ac80

Please sign in to comment.