Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
docker build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmsig committed Sep 16, 2019
1 parent 935c32d commit 257c6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
**/node_modules
/dist
.git
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ENV API=${API}

RUN yarn build-app


from node:12-alpine as dist

WORKDIR /app

COPY --from=0 /app/dist /app/dist
COPY --from=build /app/dist .
COPY --from=build /app/netlify.toml .

0 comments on commit 257c6ad

Please sign in to comment.