Skip to content

Commit d560a4d

Browse files
committed
fix(docker): only copy config folder for webpack projs
1 parent 5893a67 commit d560a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skeleton/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ WORKDIR /app
4646
COPY ./*.json ./
4747
RUN npm install
4848

49+
// @if feat.webpack
4950
COPY config ./config
51+
// @endif
5052
COPY aurelia_project ./aurelia_project
5153

5254
// @if feat.typescript && feat.webpack

0 commit comments

Comments
 (0)