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.
2 parents f48066d + bbdbdc0 commit 0156b36Copy full SHA for 0156b36
apps/api/Dockerfile
@@ -28,7 +28,7 @@ COPY --from=installer /app/apps/api/dist/ /app/dist/
28
COPY --from=installer /app/apps/api/public/ /app/public/
29
COPY --from=installer /app/apps/api/dist/runtime/ /runtime/
30
31
-RUN echo '{ "type": "module" }' > package.json
+RUN echo '{ "type": "module", "imports": { "#runtime/v1/*": "./dist/runtime/v1/*" } }' > package.json
32
RUN echo '{ "type": "module" }' > /runtime/package.json
33
USER node
34
CMD [ "node", "./dist/app.js" ]
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opendatacapture",
3
"type": "module",
4
- "version": "1.9.0",
+ "version": "1.9.1",
5
"private": true,
6
"packageManager": "[email protected]",
7
"license": "Apache-2.0",
0 commit comments