We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9f1c19 + b49c8a8 commit 0c9e38dCopy full SHA for 0c9e38d
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mhart/alpine-node:8
+FROM mhart/alpine-node:14
2
3
# Install required dependencies (Alpine Linux packages)
4
RUN apk update && \
@@ -47,3 +47,5 @@ RUN chown -Rh $user:$user /project
47
RUN yarn
48
49
USER $user
50
+
51
+CMD [ "yarn", "start" ]
0 commit comments