Skip to content

Commit

Permalink
Updated prod docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Mar 28, 2024
1 parent acf625e commit 82464b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ RUN echo "password $GIT_PASSWORD" >> /root/.netrc

WORKDIR /

RUN git clone -b "main" https://github.com/hotwax/moqui-framework.git
RUN git clone -b "v3.1.0" https://github.com/hotwax/moqui-framework.git

WORKDIR /moqui-framework
RUN git clone -b "main" https://github.com/hotwax/moqui-runtime.git runtime
RUN git clone -b "v3.1.0" https://github.com/hotwax/moqui-runtime.git runtime

WORKDIR /moqui-framework/runtime/component

RUN git clone -b "main" https://github.com/hotwax/shopify-app-bridge.git
RUN git clone -b "v1.0.0" https://github.com/hotwax/shopify-app-bridge.git

RUN rm -rf /root/.netrc

Expand Down

0 comments on commit 82464b7

Please sign in to comment.