We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea7e5 commit 0862892Copy full SHA for 0862892
docker/editor-server/Dockerfile
@@ -113,8 +113,8 @@ RUN curl -sL https://deb.nodesource.com/setup_${NODEJS_VERSION}.x | bash - \
113
&& npm install -g @aws-amplify/cli \
114
&& npm install -g @openapitools/openapi-generator-cli \
115
&& npm install -g ts-node \
116
- && echo "export NODE_PATH=/usr/lib/node_modules" | tee -a "/etc/zsh/zshenv"
117
- && test -x /usr/lib/node_modules/@openapitools/openapi-generator-cli/main.js && /usr/lib/node_modules/@openapitools/openapi-generator-cli/main.js
+ && echo "export NODE_PATH=/usr/lib/node_modules" | tee -a "/etc/zsh/zshenv" \
+ && /usr/bin/node /usr/lib/node_modules/@openapitools/openapi-generator-cli/main.js
118
119
120
# install golang
0 commit comments