Skip to content

Commit

Permalink
Merge pull request #187 from auth0-samples/adamjmcgrath-patch-2
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
adamjmcgrath authored Feb 25, 2020
2 parents 88e1671 + 8251d6a commit a5bd54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-Calling-an-API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY package.json .

RUN npm install --production

COPY --from=build ./app/dist/login-demo ./dist
COPY --from=build ./app/dist ./dist
COPY ./server.js .
COPY ./auth_config.json .

Expand Down

0 comments on commit a5bd54b

Please sign in to comment.