Skip to content

Commit cb690a2

Browse files
author
paulrosen
committed
Update docker
1 parent 49f9ba4 commit cb690a2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM node:20.14.0
1+
FROM node:24.4.0
2+
#FROM node:20.14.0
23

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
46

57
RUN mkdir /srv/app && chown node:node /srv/app
68

docker-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker compose run --publish $abcjs_docs:8080 --rm --name=abcjs app bash
1+
docker compose run --rm --name=abcjs app bash

0 commit comments

Comments
 (0)