Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steccas authored May 15, 2023
1 parent 6c8de4c commit 811d06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && sudo ap
RUN sudo rm -R /app && sudo mkdir /app && sudo chown -R bitnami:bitnami /app
WORKDIR /app

RUN git clone -b dev https://github.com/SemioDigital/qrman .
RUN git clone -b master https://github.com/SemioDigital/qrman .
COPY ./entrypoint.sh ./entrypoint.sh

USER bitnami
Expand All @@ -26,5 +26,5 @@ WORKDIR /app
# RUN composer update
RUN sudo composer self-update --2 && composer install

RUN npm i && npm run dev
RUN npm i && npm run prod
ENTRYPOINT [ "./entrypoint.sh" ]

0 comments on commit 811d06e

Please sign in to comment.