Skip to content

Commit 009243b

Browse files
Update to use Angular 15 (auth0-samples#319)
* Update to use Angular 15 * bump auth0-angular * Use --legacy-peer-deps * Add popperjs/core
1 parent 32decc9 commit 009243b

File tree

5 files changed

+2180
-3320
lines changed

5 files changed

+2180
-3320
lines changed

Sample-01/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
COPY package.json .
1010
COPY package-lock.json .
1111

12-
RUN npm install
12+
RUN npm install --legacy-peer-deps
1313

1414
COPY . .
1515

@@ -26,7 +26,7 @@ WORKDIR /app
2626
COPY package.json .
2727
COPY package-lock.json .
2828

29-
RUN npm install --production
29+
RUN npm install --production --legacy-peer-deps
3030

3131
COPY --from=build ./app/dist/login-demo ./dist
3232
COPY ./server.js .

0 commit comments

Comments
 (0)