Skip to content

Commit

Permalink
chore(Github Actions, Docker): pull the branch of submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed May 22, 2024
1 parent a56968b commit a0b7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pnpm add turbo -g
COPY . .
# Install opentrader-pro git submodule
RUN git init
RUN git submodule update --init
RUN git submodule update --init --remote

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

0 comments on commit a0b7a42

Please sign in to comment.