We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a5799 commit b590ddcCopy full SHA for b590ddc
Dockerfile
@@ -152,7 +152,7 @@ RUN jq '.online_deployment = true' settings.json > tmp.json && mv tmp.json setti
152
# Download latest OpenMS App executable as a ZIP file
153
RUN curl -L \
154
-o /app/OpenMS-NuXLApp.zip \
155
- https://github.com/Arslan-Siraj/nuxl-app/releases/download/0.5.0/OpenMS-NuXLApp.zip
+ https://github.com/Arslan-Siraj/nuxl-app/releases/download/0.6.0/OpenMS-NuXLApp.zip
156
157
# Run app as container entrypoint.
158
EXPOSE $PORT
settings.json
@@ -1,6 +1,6 @@
1
{
2
"app-name": "NuXLApp",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"repository-name": "nuxl-app",
5
"openms-version": "3.5.0",
6
"analytics": {
0 commit comments