Skip to content

Commit

Permalink
Fixes for vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Sep 30, 2023
1 parent cb74a1f commit 150abf1
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 150abf1

Please sign in to comment.