Skip to content

Commit

Permalink
build(dockerfile): remove unuse line and file
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona committed Jun 4, 2024
1 parent 249df13 commit 2e64596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ RUN yarn install --immutable
FROM python_base as python_deps
ENV APP_DIR /usr/local/app

# make nodejs accessible and executable globally
ENV NODE_PATH $APP_DIR/node_modules/
ENV PATH /usr/local/bin:$PATH

# Add bin directory used by `pip install --user`
ENV PATH /home/docker/.local/bin:$PATH

# Infrastructure tools
# gettext is used for django to compile .po to .mo files.
RUN apt-get update
Expand Down
49 changes: 0 additions & 49 deletions dev.Dockerfile

This file was deleted.

0 comments on commit 2e64596

Please sign in to comment.