File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# apollo
22
3+ ## 0.19.5
4+
5+ ### Patch Changes
6+
7+ - Fix doc loading in production environments
8+
39## 0.19.4
410
511### Patch Changes
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ COPY ./platform/ ./platform
1111COPY ./services/ ./services
1212COPY ./models/ ./models
1313
14- RUN apt-get update && apt-get install -y git
14+ RUN apt-get update && apt-get install -y git curl
15+ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
16+ RUN apt-get install -y nodejs
1517RUN git clone --depth 1 https://github.com/OpenFn/docs.git /app/docs
1618
1719RUN python -m pip install --user pipx
Original file line number Diff line number Diff line change 11{
22 "name" : " apollo" ,
33 "module" : " platform/index.ts" ,
4- "version" : " 0.19.4 " ,
4+ "version" : " 0.19.5 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "start" : " NODE_ENV=production bun platform/src/index.ts" ,
You can’t perform that action at this time.
0 commit comments