Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for development of sandify

FROM node:20.18.1
FROM node:25.9.0

RUN npm install -g npm
#RUN npm install -g
Expand Down
9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
#
# run with:
# docker-compose run sandify
# docker compose run sandify
#
# test with:
# docker-compose run --entrypoint "npm test" sandify
# docker compose run --entrypoint "npm test" sandify
#
version: '3.7'

services:
sandify:
Expand Down
Loading
Loading