Skip to content

Commit

Permalink
Fix deployment error.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Sep 11, 2020
1 parent 198b109 commit e240488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ RUN pipenv install --system --keep-outdated \

WORKDIR /tenants2

# This contains the fake version of a npm module that we need on the
# filesystem so yarn can install dependencies. For more details, see
# https://github.com/JustFixNYC/tenants2/pull/1661.
COPY frontend/fake-opencollective /tenants2/frontend/fake-opencollective

COPY package.json yarn.lock /tenants2/

# Make sure we run as a non-root user.
Expand Down

0 comments on commit e240488

Please sign in to comment.