Skip to content

Commit b594d3a

Browse files
authored
Merge pull request #382 from OpenFn/fix-requizzle
Fix requizzle dependency
2 parents 044e96d + 987f136 commit b594d3a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ COPY ./platform/ ./platform
1111
COPY ./services/ ./services
1212
COPY ./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
1517
RUN git clone --depth 1 https://github.com/OpenFn/docs.git /app/docs
1618

1719
RUN python -m pip install --user pipx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)