Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Dockerfile
|
@ -22,8 +22,8 @@ RUN node decorate-angular-cli.js |
|
|
COPY ./angular.json angular.json |
|
|
COPY ./angular.json angular.json |
|
|
COPY ./nx.json nx.json |
|
|
COPY ./nx.json nx.json |
|
|
COPY ./replace.build.js replace.build.js |
|
|
COPY ./replace.build.js replace.build.js |
|
|
COPY ./jest.preset.js jest.preset.js |
|
|
COPY ./jest.preset.ts jest.preset.ts |
|
|
COPY ./jest.config.js jest.config.js |
|
|
COPY ./jest.config.ts jest.config.ts |
|
|
COPY ./tsconfig.base.json tsconfig.base.json |
|
|
COPY ./tsconfig.base.json tsconfig.base.json |
|
|
COPY ./libs libs |
|
|
COPY ./libs libs |
|
|
COPY ./apps apps |
|
|
COPY ./apps apps |
|
|