Skip to content

Commit

Permalink
fix(docker): copy web directory (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
picchioni committed Nov 10, 2020
1 parent e8fd2f7 commit 0754fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -32,6 +32,7 @@ WORKDIR /app

COPY --from=builder /build/node_modules/ node_modules/
COPY --from=builder /build/build/ build/
COPY web/ web/
COPY package.json package.json
COPY version.txt version.txt

Expand Down

0 comments on commit 0754fec

Please sign in to comment.