Skip to content

Commit

Permalink
chore(Github Actions, Docker): trying to clone the private repo inste…
Browse files Browse the repository at this point in the history
…ad of using git modules
  • Loading branch information
bludnic committed May 22, 2024
1 parent a0b7a42 commit e06b417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pro.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ WORKDIR /app
RUN pnpm add turbo -g
COPY . .
# Install opentrader-pro git submodule
RUN git init
RUN git submodule update --init --remote
#RUN git init
#RUN git submodule update --init --remote
RUN git clone [email protected]:bludnic/opentrader-pro.git pro

# Lockfile is required to prune. This will override the param from .npmrc
RUN pnpm install --lockfile
Expand Down

0 comments on commit e06b417

Please sign in to comment.