Closed
Description
hello,
I use a WEBPACK for the generation of my css and my js and so it adds a build folder in the public folder. Unfortunately this folder does not appear in the caddy container, is there a solution?
I add this :
RUN apk add --no-cache
...
nodejs
npm
...
;
and this :
RUN set -eux;
npm install;
npm update;
npm run build;
But in this logic I have to rebuild to run the webpack again which is not perfect.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels