Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM zbigniew1/niu-browser-base:latest AS production
WORKDIR /app

# Install pnpm globally (some repos use it)
RUN npm install -g pnpm
RUN npm install -g pnpm --force

# Install additional tools not in niu-browser-base
# (niu-browser-base already has: git, curl, ca-certificates, gnupg, postgresql-client)
Expand Down
2 changes: 1 addition & 1 deletion config/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"inProgress": "694ec3a5d0dae4cb06d25517",
"inReview": "694ec3a8f0359b62fa76ecb9",
"done": "694ec3a935da16c70d20375c",
"debug": "TODO_ADD_DEBUG_LIST_ID"
"debug": "6957b2b9e407abc139296db3"
},
"labels": {
"readyToProcess": "694ec394370da080b52eb6be",
Expand Down