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.
1 parent 7121753 commit 9317467Copy full SHA for 9317467
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# Dockerfile for development of sandify
2
3
-FROM node:20.18.1
+FROM node:25.9.0
4
5
RUN npm install -g npm
6
#RUN npm install -g
docker-compose.yml
@@ -1,17 +1,16 @@
# build with:
-# docker-compose build sandify
+# docker compose build sandify
#
# install/update with:
-# docker-compose run --entrypoint "npm install" sandify
+# docker compose run --entrypoint "npm install" sandify
7
8
# run with:
9
-# docker-compose run sandify
+# docker compose run sandify
10
11
# test with:
12
-# docker-compose run --entrypoint "npm test" sandify
+# docker compose run --entrypoint "npm test" sandify
13
14
-version: '3.7'
15
16
services:
17
sandify:
0 commit comments