Skip to content

Commit

Permalink
Update Dockerfile to remove extraneous COPY.
Browse files Browse the repository at this point in the history
Signed-off-by: Heds Simons <[email protected]>
  • Loading branch information
Heds Simons committed Aug 29, 2019
1 parent 5390dcf commit 0a45842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ FROM base

# Copy built code
COPY --from=build /usr/src/app/build /usr/src/app/build
COPY --from=build /usr/src/app/bin /usr/src/app/bin
COPY --from=build /usr/src/app/config /usr/src/app/config
COPY --from=base /usr/src/app/node_modules /usr/src/app/node_modules
COPY --from=build /usr/src/app/bin /usr/src/app/bin

0 comments on commit 0a45842

Please sign in to comment.