Skip to content

Commit

Permalink
unify_deps | 🐛 Fixing a bug.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed May 28, 2021
1 parent f494f33 commit 060c080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend.public
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
RUN pip3 install gunicorn

COPY --from=node-stage /app /app
COPY databuilder/.venv/lib/python3.7/site-packages /app
COPY ./frontend /app
RUN pip3 install -e .

CMD [ "python3", "amundsen_application/wsgi.py" ]
Expand Down

0 comments on commit 060c080

Please sign in to comment.