Skip to content

Commit

Permalink
upgrade node in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
elishowk committed Aug 30, 2022
1 parent e9fae18 commit cbc37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

td-ui:
stdin_open: true
image: node:14.15.4
image: node:16
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
working_dir: /usr/src/front
command: sh -c "npm install && npm run dev"
Expand Down

0 comments on commit cbc37c4

Please sign in to comment.