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 05c3b14 commit 762b56dCopy full SHA for 762b56d
Makefile
@@ -10,7 +10,7 @@ NODE_ENV ?= development
10
export NODE_ENV
11
12
APP_VOLUME=${PWD}:/app
13
-NODE_IMAGE=node:12.8-alpine
+NODE_IMAGE=node:lts-alpine
14
USERID=$(shell id -u)
15
16
DOCKER_RUN = docker run \
0 commit comments