Skip to content

Commit 0c9e38d

Browse files
Merge pull request #32 from BasicPrimitives/dockerfile
Updated dockerfile
2 parents b9f1c19 + b49c8a8 commit 0c9e38d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mhart/alpine-node:8
1+
FROM mhart/alpine-node:14
22

33
# Install required dependencies (Alpine Linux packages)
44
RUN apk update && \
@@ -47,3 +47,5 @@ RUN chown -Rh $user:$user /project
4747
RUN yarn
4848

4949
USER $user
50+
51+
CMD [ "yarn", "start" ]

0 commit comments

Comments
 (0)