Skip to content

Commit

Permalink
Run on node 12 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Jul 14, 2020
1 parent d8ae1b5 commit 9c43550
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-node
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ docker run -it \
-u $(id -u):$(id -g) \
-v "${SCRIPT_DIR_PARENT}:/tmp/src" \
-w /tmp/src \
node:10 \
node:12 \
"$@"
2 changes: 1 addition & 1 deletion docker/docker-run
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
SCRIPT_DIR=$(dirname "$0")
SCRIPT_DIR_PARENT=$(cd "$SCRIPT_DIR" && cd ../ && pwd)

RUNAS="$(id -u):$(id -g)" docker-compose -f "$SCRIPT_DIR_PARENT/docker/docker-run-compose.yml" up
RUNAS="$(id -u):$(id -g)" docker-compose -f "$SCRIPT_DIR_PARENT/docker/docker-run-compose.yml" up --detach
2 changes: 1 addition & 1 deletion docker/docker-run-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "2525:2525"
web:
image: node:10
image: node:12
user: ${RUNAS}
depends_on:
- email
Expand Down

0 comments on commit 9c43550

Please sign in to comment.