Skip to content

Commit

Permalink
Merge pull request #27 from plone/fixfixedpackagename
Browse files Browse the repository at this point in the history
Fixfixedpackagename
  • Loading branch information
sneridagh authored May 24, 2024
2 parents db3f99f + 1b3ac80 commit e27ddec
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 e27ddec

Please sign in to comment.