Skip to content

Commit bd88aa1

Browse files
authored
Update Dockerfile
1 parent d1a053a commit bd88aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:10.22.1
2+
FROM node:12.22.12-buster-slim
33

44
ARG APPMODE
55
ARG APPENV
@@ -20,4 +20,4 @@ RUN npm install
2020

2121
RUN npm run build
2222

23-
CMD npm start
23+
CMD node server.js

0 commit comments

Comments
 (0)