Skip to content

Commit

Permalink
fix: npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhe4rt committed May 31, 2023
1 parent 4f00cd7 commit 648d4b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/prod-ssu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ RUN composer dump-autoload
#COPY --from=static-assets --chown=9999:9999 /app/public/build ./public/build
COPY --chmod=755 docker/prod-ssu/etc/s6-overlay/ /etc/s6-overlay/

WORKDIR /app
RUN npm install
RUN npm run build

RUN php artisan route:cache
RUN php artisan view:cache

WORKDIR /app
RUN npm install
RUN npm run build

RUN echo "alias ll='ls -al'" >>/etc/bash.bashrc
RUN echo "alias a='php artisan'" >>/etc/bash.bashrc
Expand Down

0 comments on commit 648d4b4

Please sign in to comment.