Skip to content

Commit

Permalink
fix path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald authored Jul 27, 2020
1 parent 616d1e7 commit 5293cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_grpcjs_st/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:stretch-slim

WORKDIR /app
COPY node_grpcjs /app
COPY node_grpcjs_st /app
COPY proto /app/proto

RUN npm install
Expand Down

0 comments on commit 5293cdd

Please sign in to comment.