Skip to content

Commit

Permalink
Merge pull request #429 from alaphao/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile copy destination path
  • Loading branch information
orta authored Apr 11, 2019
2 parents fe6bb31 + 6eb3399 commit 434cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-slim

ADD . /app/api
ADD . /app
WORKDIR /app/api

# This will also trigger the build process
Expand Down

0 comments on commit 434cb55

Please sign in to comment.