Skip to content

Commit

Permalink
fix: nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jure Ursic committed Jun 21, 2023
1 parent 30bbf6c commit 03c811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kube/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ COPY . $APP_DIR

RUN composer install

RUN npm ci
RUN . "$NVM_DIR/nvm.sh" && nvm use $NODE_VERSION && npm ci

RUN chown www-data:root $APP_DIR/public/ -R

Expand Down

0 comments on commit 03c811d

Please sign in to comment.