Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jun 26, 2020
2 parents e01f899 + 8d2d1ba commit abfce98
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 ./dist
COPY --from=build ./app/dist/login-demo ./dist/login-demo/
COPY ./server.js .
COPY ./auth_config.json .

Expand Down

0 comments on commit abfce98

Please sign in to comment.