Skip to content

Commit

Permalink
Merge branch 'master' into adamjmcgrath-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Feb 26, 2020
2 parents 444b682 + a5bd54b commit 18eb84e
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 18eb84e

Please sign in to comment.