Skip to content

Commit

Permalink
set workdir to fix npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
anojht authored Jan 21, 2024
1 parent 6887e2b commit fd01abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ RUN /usr/local/bin/composer dump-autoload --optimize --no-dev --classmap-authori

FROM --platform=$BUILDPLATFORM nodebuild AS dependencybuild

WORKDIR /var/www/app

COPY --from=phpbuild /var/www/app/vendor /var/www/app/vendor

# Install node packages
Expand Down

0 comments on commit fd01abb

Please sign in to comment.