Skip to content

Commit

Permalink
fix(listeners): organize listeners to handler map
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jan 8, 2025
1 parent 9fa654e commit 8f69345
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 154 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Build
FROM node:22.11.0-alpine3.20 as build
FROM node:22.11.0-alpine3.20 AS build
ENV NO_UPDATE_NOTIFIER=true

USER node
Expand All @@ -17,7 +17,7 @@ RUN npm run build


### Deployment
FROM node:22.11.0-alpine3.20 as deployment
FROM node:22.11.0-alpine3.20 AS deployment

ENV NO_UPDATE_NOTIFIER=true

Expand Down
3 changes: 2 additions & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"command": {
"topic": "io.restorecommerce.command",
"events": [
"healthCheckCommand"
"healthCheckCommand",
"versionCommand"
]
}
}
Expand Down
Loading

0 comments on commit 8f69345

Please sign in to comment.