Skip to content

Commit b49c8a8

Browse files
Updated dockerfile
1 parent b9f1c19 commit b49c8a8

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)