There was an error while loading. Please reload this page.
1 parent 49f9ba4 commit cb690a2Copy full SHA for cb690a2
2 files changed
Dockerfile
@@ -1,6 +1,8 @@
1
-FROM node:20.14.0
+FROM node:24.4.0
2
+#FROM node:20.14.0
3
-RUN npm install -g npm@8.19.2
4
+#RUN npm install -g npm@8.19.2
5
+RUN npm install -g npm@11.7.0
6
7
RUN mkdir /srv/app && chown node:node /srv/app
8
docker-start.sh
@@ -1 +1 @@
-docker compose run --publish $abcjs_docs:8080 --rm --name=abcjs app bash
+docker compose run --rm --name=abcjs app bash
0 commit comments