Skip to content

Commit

Permalink
Merge pull request #541 from turbo124/master
Browse files Browse the repository at this point in the history
Fixes for vite build
  • Loading branch information
turbo124 authored Sep 30, 2023
2 parents 31b3d30 + 150abf1 commit 43cc741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WORKDIR /var/www/app/
ARG BAK_STORAGE_PATH
ARG BAK_PUBLIC_PATH
RUN --mount=target=/var/www/app/node_modules,type=cache \
npm install --production \
npm install \
&& npm run production \
&& mv /var/www/app/storage $BAK_STORAGE_PATH \
&& mv /var/www/app/public $BAK_PUBLIC_PATH
Expand Down

0 comments on commit 43cc741

Please sign in to comment.