Skip to content

Commit 9317467

Browse files
committed
Update the docker files for node 25.9.0 and newer docker compose file format.
1 parent 7121753 commit 9317467

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile for development of sandify
22

3-
FROM node:20.18.1
3+
FROM node:25.9.0
44

55
RUN npm install -g npm
66
#RUN npm install -g

docker-compose.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11

22
# build with:
3-
# docker-compose build sandify
3+
# docker compose build sandify
44
#
55
# install/update with:
6-
# docker-compose run --entrypoint "npm install" sandify
6+
# docker compose run --entrypoint "npm install" sandify
77
#
88
# run with:
9-
# docker-compose run sandify
9+
# docker compose run sandify
1010
#
1111
# test with:
12-
# docker-compose run --entrypoint "npm test" sandify
12+
# docker compose run --entrypoint "npm test" sandify
1313
#
14-
version: '3.7'
1514

1615
services:
1716
sandify:

0 commit comments

Comments
 (0)