Skip to content

Commit

Permalink
Actually add the entry point call :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Jan 9, 2025
1 parent 0106e56 commit 7af7946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/docker/Dockerfile.monorepo
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ RUN npm install --global pnpm@$PNPM_VERSION \

WORKDIR /workspace

# Add entrypoint script
COPY bin/monorepo-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/monorepo-entrypoint.sh

ENTRYPOINT ["/usr/local/bin/monorepo-entrypoint.sh"]
CMD ["bash"]

0 comments on commit 7af7946

Please sign in to comment.