Skip to content

Commit

Permalink
fix(docker): e2e folder is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 3, 2020
1 parent 56caa9e commit b45e6b1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions skeleton/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,18 @@ COPY *.* ./
COPY src ./src


// @if feat.cypress || feat.protractor || feat.jest || feat.karma
# Copy test, unit & e2e
// @if feat.jest || feat.karma
COPY test ./test
// @endif

// @if feat.cypress
COPY cypress ./cypress
// @endif

// @if feat.protractor
COPY e2e ./e2e
// @endif

// @if feat["cli-bundler"] && feat["dotnet-core"]
COPY wwwroot ./wwwroot
// @endif
Expand Down

0 comments on commit b45e6b1

Please sign in to comment.