diff --git a/skeleton/docker/Dockerfile b/skeleton/docker/Dockerfile index 969efd116..955134d0b 100644 --- a/skeleton/docker/Dockerfile +++ b/skeleton/docker/Dockerfile @@ -46,7 +46,9 @@ WORKDIR /app COPY ./*.json ./ RUN npm install +// @if feat.webpack COPY config ./config +// @endif COPY aurelia_project ./aurelia_project // @if feat.typescript && feat.webpack