Skip to content

Commit

Permalink
Merge pull request #180 from mendhak/docker-fixes
Browse files Browse the repository at this point in the history
Copy build output to login-demo directory expected by npm server
  • Loading branch information
Steve Hobbs authored Jun 26, 2020
2 parents 95277d7 + 5e7470a commit 8d2d1ba
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 8d2d1ba

Please sign in to comment.