Skip to content

Commit

Permalink
fix(docker): only copy config folder for webpack projs
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Feb 2, 2020
1 parent 5893a67 commit d560a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skeleton/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d560a4d

Please sign in to comment.