Skip to content

Commit

Permalink
Moved gulp to be a regular dependency. Updated build script to not in…
Browse files Browse the repository at this point in the history
…stall npm dev dependencies. (#2290)
  • Loading branch information
joshuastegmaier authored Feb 22, 2024
1 parent 9089300 commit 2beb367
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 375 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN pip install --no-cache-dir pipenv
WORKDIR /app
COPY . /app

RUN npm install --silent --global npm@9 && /usr/local/bin/npm install --silent && npx gulp build
RUN npm install --silent --global npm@9 && /usr/local/bin/npm install --silent --omit=dev && npx gulp build

RUN pipenv install --system --dev --deploy && rm -rf ~/.cache/

Expand Down
Loading

0 comments on commit 2beb367

Please sign in to comment.